Shades of Golden Brown #AC6615
Tints of Golden Brown #AC6615
RGB
CMYK
RGB Variations
Color information
#AC6615 (or 0xAC6615) is known color: Golden Brown. HEX triplet: AC, 66 and 15. RGB value is (172,102,21). Sum of RGB (Red+Green+Blue) = 172+102+21=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6615 is #5399EA. Grayscale: #727272. Windows color (decimal): -5478891 or 1402540. OLE color: 1402540.
HSL color Cylindrical-coordinate representation of color #AC6615: hue angle of 32.19º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC6615 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 21 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.33 |
| HSL | 32.19º | 0.78% | 0.38% | - |
| HSV(B) | 32.19º | 0.88% | 0.67% | - |
| XYZ | 21.9 | 18.33 | 3.09 | - |
| YUV | 113.7 | 75.69 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 21 | 0 | 0.41 | 0.88 | 0.33 | 32.19 | 0.78 | 0.38 |
| Hex | AC | 66 | 15 | 0 | 29 | 58 | 21 | 20 | 4E | 26 |
| Octal | 254 | 146 | 25 | 0 | 51 | 130 | 41 | 40 | 116 | 46 |
| Binary | 10101100 | 1100110 | 10101 | 0 | 101001 | 1011000 | 100001 | 100000 | 1001110 | 100110 |
Color Harmonies of #AC6615
Complementary color
Monochromatic Colors of #AC6615
Black with #AC6615
Text Example
Text Example
White with #AC6615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6615; }
p { color: rgb(172,102,21); }
H1.HeaderClassName
{
color: #AC6615;
}
.AnyTagClassName
{
color: #AC6615;
}
</style>
background-color css
<style>
a { background-color: #AC6615; }
a { background-color: rgb(172,102,21); }
div.DivClassName
{
background-color: #AC6615;
}
.BgClassName
{
background-color: #AC6615;
}
</style>
border-color css
<style>
span { border-color: #AC6615; }
span { border-color: rgb(172,102,21); }
td.TdClassName
{
border-color: #AC6615;
}
.TagClassName
{
border-color: #AC6615;
}
</style>