Shades of Golden Brown #AC610D
Tints of Golden Brown #AC610D
RGB
CMYK
RGB Variations
Color information
#AC610D (or 0xAC610D) is known color: Golden Brown. HEX triplet: AC, 61 and 0D. RGB value is (172,97,13). Sum of RGB (Red+Green+Blue) = 172+97+13=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC610D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC610D is #539EF2. Grayscale: #6E6E6E. Windows color (decimal): -5480179 or 876972. OLE color: 876972.
HSL color Cylindrical-coordinate representation of color #AC610D: hue angle of 31.7º 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 #AC610D is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 97 | 13 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.33 |
| HSL | 31.7º | 0.86% | 0.36% | - |
| HSV(B) | 31.7º | 0.92% | 0.67% | - |
| XYZ | 21.36 | 17.35 | 2.6 | - |
| YUV | 109.85 | 73.35 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 97 | 13 | 0 | 0.44 | 0.92 | 0.33 | 31.7 | 0.86 | 0.36 |
| Hex | AC | 61 | D | 0 | 2C | 5C | 21 | 20 | 56 | 24 |
| Octal | 254 | 141 | 15 | 0 | 54 | 134 | 41 | 40 | 126 | 44 |
| Binary | 10101100 | 1100001 | 1101 | 0 | 101100 | 1011100 | 100001 | 100000 | 1010110 | 100100 |
Color Harmonies of #AC610D
Complementary color
Monochromatic Colors of #AC610D
Black with #AC610D
Text Example
Text Example
White with #AC610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC610D; }
p { color: rgb(172,97,13); }
H1.HeaderClassName
{
color: #AC610D;
}
.AnyTagClassName
{
color: #AC610D;
}
</style>
background-color css
<style>
a { background-color: #AC610D; }
a { background-color: rgb(172,97,13); }
div.DivClassName
{
background-color: #AC610D;
}
.BgClassName
{
background-color: #AC610D;
}
</style>
border-color css
<style>
span { border-color: #AC610D; }
span { border-color: rgb(172,97,13); }
td.TdClassName
{
border-color: #AC610D;
}
.TagClassName
{
border-color: #AC610D;
}
</style>