#AC5136

Color #AC5136 Orange Roughy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Roughy #AC5136

Tints of Orange Roughy #AC5136

Color information

#AC5136 (or 0xAC5136) is unknown color: approx Orange Roughy. HEX triplet: AC, 51 and 36. RGB value is (172,81,54). Sum of RGB (Red+Green+Blue) = 172+81+54=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5136 is #53AEC9. Grayscale: #696969. Windows color (decimal): -5484234 or 3559852. OLE color: 3559852.

HSL color Cylindrical-coordinate representation of color #AC5136: hue angle of 13.73º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC5136 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB1728154-
CMYK00.530.690.33
HSL13.73º52.21%44.31%-
HSV(B)13.73º68.6%67.45%-
XYZ20.6214.925.28-
YUV105.1399.15175.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 56.03%
GREEN value IS 81 (32.03% from 255) = 26.38%
BLUE value IS 54 (21.48% from 255) = 17.59%
R=56.03%
G=26.38%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172815400.530.690.3313.7352.2144.31
HexAC51360354521e342c
Octal2541216606510541166454
Binary101011001010001110110011010110001011000011110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5136; }

 p { color: rgb(172,81,54); }

 H1.HeaderClassName
 {
   color: #AC5136;
 }
 .AnyTagClassName
 {
   color: #AC5136;
 }
</style>
background-color css

<style>
 a { background-color: #AC5136; }

 a { background-color: rgb(172,81,54); }

 div.DivClassName
 {
   background-color: #AC5136;
 }
 .BgClassName
 {
   background-color: #AC5136;
 }
</style>
border-color css

<style>
 span { border-color: #AC5136; }

 span { border-color: rgb(172,81,54); }

 td.TdClassName
 {
   border-color: #AC5136;
 }
 .TagClassName
 {
   border-color: #AC5136;
 }
</style>