Shades of Golden Brown #AC660D
Tints of Golden Brown #AC660D
RGB
CMYK
RGB Variations
Color information
#AC660D (or 0xAC660D) is known color: Golden Brown. HEX triplet: AC, 66 and 0D. RGB value is (172,102,13). Sum of RGB (Red+Green+Blue) = 172+102+13=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC660D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC660D is #5399F2. Grayscale: #717171. Windows color (decimal): -5478899 or 878252. OLE color: 878252.
HSL color Cylindrical-coordinate representation of color #AC660D: hue angle of 33.58º 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 #AC660D is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 13 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.33 |
| HSL | 33.58º | 0.86% | 0.36% | - |
| HSV(B) | 33.58º | 0.92% | 0.67% | - |
| XYZ | 21.84 | 18.3 | 2.76 | - |
| YUV | 112.78 | 71.69 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 13 | 0 | 0.41 | 0.92 | 0.33 | 33.58 | 0.86 | 0.36 |
| Hex | AC | 66 | D | 0 | 29 | 5C | 21 | 22 | 56 | 24 |
| Octal | 254 | 146 | 15 | 0 | 51 | 134 | 41 | 42 | 126 | 44 |
| Binary | 10101100 | 1100110 | 1101 | 0 | 101001 | 1011100 | 100001 | 100010 | 1010110 | 100100 |
Color Harmonies of #AC660D
Complementary color
Monochromatic Colors of #AC660D
Black with #AC660D
Text Example
Text Example
White with #AC660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC660D; }
p { color: rgb(172,102,13); }
H1.HeaderClassName
{
color: #AC660D;
}
.AnyTagClassName
{
color: #AC660D;
}
</style>
background-color css
<style>
a { background-color: #AC660D; }
a { background-color: rgb(172,102,13); }
div.DivClassName
{
background-color: #AC660D;
}
.BgClassName
{
background-color: #AC660D;
}
</style>
border-color css
<style>
span { border-color: #AC660D; }
span { border-color: rgb(172,102,13); }
td.TdClassName
{
border-color: #AC660D;
}
.TagClassName
{
border-color: #AC660D;
}
</style>