Shades of Golden Brown #AC620A
Tints of Golden Brown #AC620A
RGB
CMYK
RGB Variations
Color information
#AC620A (or 0xAC620A) is known color: Golden Brown. HEX triplet: AC, 62 and 0A. RGB value is (172,98,10). Sum of RGB (Red+Green+Blue) = 172+98+10=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC620A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC620A is #539DF5. Grayscale: #6E6E6E. Windows color (decimal): -5479926 or 680620. OLE color: 680620.
HSL color Cylindrical-coordinate representation of color #AC620A: hue angle of 32.59º degrees, saturation: 0.89, 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 #AC620A is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 98 | 10 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.33 |
| HSL | 32.59º | 0.89% | 0.36% | - |
| HSV(B) | 32.59º | 0.94% | 0.67% | - |
| XYZ | 21.44 | 17.53 | 2.54 | - |
| YUV | 110.09 | 71.52 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 10 | 0 | 0.43 | 0.94 | 0.33 | 32.59 | 0.89 | 0.36 |
| Hex | AC | 62 | A | 0 | 2B | 5E | 21 | 21 | 59 | 24 |
| Octal | 254 | 142 | 12 | 0 | 53 | 136 | 41 | 41 | 131 | 44 |
| Binary | 10101100 | 1100010 | 1010 | 0 | 101011 | 1011110 | 100001 | 100001 | 1011001 | 100100 |
Color Harmonies of #AC620A
Complementary color
Monochromatic Colors of #AC620A
Black with #AC620A
Text Example
Text Example
White with #AC620A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC620A; }
p { color: rgb(172,98,10); }
H1.HeaderClassName
{
color: #AC620A;
}
.AnyTagClassName
{
color: #AC620A;
}
</style>
background-color css
<style>
a { background-color: #AC620A; }
a { background-color: rgb(172,98,10); }
div.DivClassName
{
background-color: #AC620A;
}
.BgClassName
{
background-color: #AC620A;
}
</style>
border-color css
<style>
span { border-color: #AC620A; }
span { border-color: rgb(172,98,10); }
td.TdClassName
{
border-color: #AC620A;
}
.TagClassName
{
border-color: #AC620A;
}
</style>