#AC660B

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

Shades of Golden Brown #AC660B

Tints of Golden Brown #AC660B

Color information

#AC660B (or 0xAC660B) is unknown color: approx Golden Brown. HEX triplet: AC, 66 and 0B. RGB value is (172,102,11). Sum of RGB (Red+Green+Blue) = 172+102+11=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC660B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC660B is #5399F4. Grayscale: #707070. Windows color (decimal): -5478901 or 747180. OLE color: 747180.

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

Color convert

RGB17210211-
CMYK00.410.940.33
HSL33.91º87.98%35.88%-
HSV(B)33.91º93.6%67.45%-
XYZ21.8318.32.7-
YUV112.5670.69170.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.35%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 11 (4.69% from 255) = 3.86%
R=60.35%
G=35.79%
B=3.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721021100.410.940.3333.9187.9835.88
HexAC66B0295E21225824
Octal25414613051136414213044
Binary1010110011001101011010100110111101000011000101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC660B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC660B; }

 p { color: rgb(172,102,11); }

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

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

 a { background-color: rgb(172,102,11); }

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

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

 span { border-color: rgb(172,102,11); }

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