Shades of Golden Brown #AC610B
Tints of Golden Brown #AC610B
RGB
CMYK
RGB Variations
Color information
#AC610B (or 0xAC610B) is known color: Golden Brown. HEX triplet: AC, 61 and 0B. RGB value is (172,97,11). Sum of RGB (Red+Green+Blue) = 172+97+11=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC610B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC610B is #539EF4. Grayscale: #6E6E6E. Windows color (decimal): -5480181 or 745900. OLE color: 745900.
HSL color Cylindrical-coordinate representation of color #AC610B: hue angle of 32.05º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC610B is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 97 | 11 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.33 |
| HSL | 32.05º | 0.88% | 0.36% | - |
| HSV(B) | 32.05º | 0.94% | 0.67% | - |
| XYZ | 21.35 | 17.34 | 2.54 | - |
| YUV | 109.62 | 72.35 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 97 | 11 | 0 | 0.44 | 0.94 | 0.33 | 32.05 | 0.88 | 0.36 |
| Hex | AC | 61 | B | 0 | 2C | 5E | 21 | 20 | 58 | 24 |
| Octal | 254 | 141 | 13 | 0 | 54 | 136 | 41 | 40 | 130 | 44 |
| Binary | 10101100 | 1100001 | 1011 | 0 | 101100 | 1011110 | 100001 | 100000 | 1011000 | 100100 |
Color Harmonies of #AC610B
Complementary color
Monochromatic Colors of #AC610B
Black with #AC610B
Text Example
Text Example
White with #AC610B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC610B; }
p { color: rgb(172,97,11); }
H1.HeaderClassName
{
color: #AC610B;
}
.AnyTagClassName
{
color: #AC610B;
}
</style>
background-color css
<style>
a { background-color: #AC610B; }
a { background-color: rgb(172,97,11); }
div.DivClassName
{
background-color: #AC610B;
}
.BgClassName
{
background-color: #AC610B;
}
</style>
border-color css
<style>
span { border-color: #AC610B; }
span { border-color: rgb(172,97,11); }
td.TdClassName
{
border-color: #AC610B;
}
.TagClassName
{
border-color: #AC610B;
}
</style>