#AC600D

Color #AC600D Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #AC600D

Tints of Golden Brown #AC600D

Color information

#AC600D (or 0xAC600D) is unknown color: approx Golden Brown. HEX triplet: AC, 60 and 0D. RGB value is (172,96,13). Sum of RGB (Red+Green+Blue) = 172+96+13=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC600D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC600D is #539FF2. Grayscale: #6D6D6D. Windows color (decimal): -5480435 or 876716. OLE color: 876716.

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

Color convert

RGB1729613-
CMYK00.440.920.33
HSL31.32º85.95%36.27%-
HSV(B)31.32º92.44%67.45%-
XYZ21.2717.172.57-
YUV109.2673.68172.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 61.21%
GREEN value IS 96 (37.89% from 255) = 34.16%
BLUE value IS 13 (5.47% from 255) = 4.63%
R=61.21%
G=34.16%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172961300.440.920.3331.3285.9536.27
HexAC60D02C5C211f5624
Octal25414015054134413712644
Binary101011001100000110101011001011100100001111111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC600D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC600D; }

 p { color: rgb(172,96,13); }

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

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

 a { background-color: rgb(172,96,13); }

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

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

 span { border-color: rgb(172,96,13); }

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