Shades of Golden Brown #AC620F
Tints of Golden Brown #AC620F
RGB
CMYK
RGB Variations
Color information
#AC620F (or 0xAC620F) is known color: Golden Brown. HEX triplet: AC, 62 and 0F. RGB value is (172,98,15). Sum of RGB (Red+Green+Blue) = 172+98+15=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC620F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC620F is #539DF0. Grayscale: #6F6F6F. Windows color (decimal): -5479921 or 1008300. OLE color: 1008300.
HSL color Cylindrical-coordinate representation of color #AC620F: hue angle of 31.72º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC620F is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 98 | 15 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.33 |
| HSL | 31.72º | 0.84% | 0.37% | - |
| HSV(B) | 31.72º | 0.91% | 0.67% | - |
| XYZ | 21.47 | 17.54 | 2.71 | - |
| YUV | 110.66 | 74.02 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 15 | 0 | 0.43 | 0.91 | 0.33 | 31.72 | 0.84 | 0.37 |
| Hex | AC | 62 | F | 0 | 2B | 5B | 21 | 20 | 54 | 25 |
| Octal | 254 | 142 | 17 | 0 | 53 | 133 | 41 | 40 | 124 | 45 |
| Binary | 10101100 | 1100010 | 1111 | 0 | 101011 | 1011011 | 100001 | 100000 | 1010100 | 100101 |
Color Harmonies of #AC620F
Complementary color
Monochromatic Colors of #AC620F
Black with #AC620F
Text Example
Text Example
White with #AC620F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC620F; }
p { color: rgb(172,98,15); }
H1.HeaderClassName
{
color: #AC620F;
}
.AnyTagClassName
{
color: #AC620F;
}
</style>
background-color css
<style>
a { background-color: #AC620F; }
a { background-color: rgb(172,98,15); }
div.DivClassName
{
background-color: #AC620F;
}
.BgClassName
{
background-color: #AC620F;
}
</style>
border-color css
<style>
span { border-color: #AC620F; }
span { border-color: rgb(172,98,15); }
td.TdClassName
{
border-color: #AC620F;
}
.TagClassName
{
border-color: #AC620F;
}
</style>