Shades of Golden Brown #AC610E
Tints of Golden Brown #AC610E
RGB
CMYK
RGB Variations
Color information
#AC610E (or 0xAC610E) is known color: Golden Brown. HEX triplet: AC, 61 and 0E. RGB value is (172,97,14). Sum of RGB (Red+Green+Blue) = 172+97+14=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC610E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC610E is #539EF1. Grayscale: #6E6E6E. Windows color (decimal): -5480178 or 942508. OLE color: 942508.
HSL color Cylindrical-coordinate representation of color #AC610E: hue angle of 31.52º degrees, saturation: 0.85, 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 #AC610E is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 97 | 14 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.33 |
| HSL | 31.52º | 0.85% | 0.36% | - |
| HSV(B) | 31.52º | 0.92% | 0.67% | - |
| XYZ | 21.37 | 17.35 | 2.64 | - |
| YUV | 109.96 | 73.85 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 97 | 14 | 0 | 0.44 | 0.92 | 0.33 | 31.52 | 0.85 | 0.36 |
| Hex | AC | 61 | E | 0 | 2C | 5C | 21 | 20 | 55 | 24 |
| Octal | 254 | 141 | 16 | 0 | 54 | 134 | 41 | 40 | 125 | 44 |
| Binary | 10101100 | 1100001 | 1110 | 0 | 101100 | 1011100 | 100001 | 100000 | 1010101 | 100100 |
Color Harmonies of #AC610E
Complementary color
Monochromatic Colors of #AC610E
Black with #AC610E
Text Example
Text Example
White with #AC610E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC610E; }
p { color: rgb(172,97,14); }
H1.HeaderClassName
{
color: #AC610E;
}
.AnyTagClassName
{
color: #AC610E;
}
</style>
background-color css
<style>
a { background-color: #AC610E; }
a { background-color: rgb(172,97,14); }
div.DivClassName
{
background-color: #AC610E;
}
.BgClassName
{
background-color: #AC610E;
}
</style>
border-color css
<style>
span { border-color: #AC610E; }
span { border-color: rgb(172,97,14); }
td.TdClassName
{
border-color: #AC610E;
}
.TagClassName
{
border-color: #AC610E;
}
</style>