Shades of Golden Brown #AC660C
Tints of Golden Brown #AC660C
RGB
CMYK
RGB Variations
Color information
#AC660C (or 0xAC660C) is known color: Golden Brown. HEX triplet: AC, 66 and 0C. RGB value is (172,102,12). Sum of RGB (Red+Green+Blue) = 172+102+12=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC660C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC660C is #5399F3. Grayscale: #717171. Windows color (decimal): -5478900 or 812716. OLE color: 812716.
HSL color Cylindrical-coordinate representation of color #AC660C: hue angle of 33.75º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC660C is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 12 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.33 |
| HSL | 33.75º | 0.87% | 0.36% | - |
| HSV(B) | 33.75º | 0.93% | 0.67% | - |
| XYZ | 21.83 | 18.3 | 2.73 | - |
| YUV | 112.67 | 71.19 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 12 | 0 | 0.41 | 0.93 | 0.33 | 33.75 | 0.87 | 0.36 |
| Hex | AC | 66 | C | 0 | 29 | 5D | 21 | 22 | 57 | 24 |
| Octal | 254 | 146 | 14 | 0 | 51 | 135 | 41 | 42 | 127 | 44 |
| Binary | 10101100 | 1100110 | 1100 | 0 | 101001 | 1011101 | 100001 | 100010 | 1010111 | 100100 |
Color Harmonies of #AC660C
Complementary color
Monochromatic Colors of #AC660C
Black with #AC660C
Text Example
Text Example
White with #AC660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC660C; }
p { color: rgb(172,102,12); }
H1.HeaderClassName
{
color: #AC660C;
}
.AnyTagClassName
{
color: #AC660C;
}
</style>
background-color css
<style>
a { background-color: #AC660C; }
a { background-color: rgb(172,102,12); }
div.DivClassName
{
background-color: #AC660C;
}
.BgClassName
{
background-color: #AC660C;
}
</style>
border-color css
<style>
span { border-color: #AC660C; }
span { border-color: rgb(172,102,12); }
td.TdClassName
{
border-color: #AC660C;
}
.TagClassName
{
border-color: #AC660C;
}
</style>