Shades of Golden Brown #AC600F
Tints of Golden Brown #AC600F
RGB
CMYK
RGB Variations
Color information
#AC600F (or 0xAC600F) is known color: Golden Brown. HEX triplet: AC, 60 and 0F. RGB value is (172,96,15). Sum of RGB (Red+Green+Blue) = 172+96+15=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC600F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC600F is #539FF0. Grayscale: #6D6D6D. Windows color (decimal): -5480433 or 1007788. OLE color: 1007788.
HSL color Cylindrical-coordinate representation of color #AC600F: hue angle of 30.96º 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 #AC600F is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 96 | 15 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.33 |
| HSL | 30.96º | 0.84% | 0.37% | - |
| HSV(B) | 30.96º | 0.91% | 0.67% | - |
| XYZ | 21.28 | 17.17 | 2.64 | - |
| YUV | 109.49 | 74.68 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 96 | 15 | 0 | 0.44 | 0.91 | 0.33 | 30.96 | 0.84 | 0.37 |
| Hex | AC | 60 | F | 0 | 2C | 5B | 21 | 1F | 54 | 25 |
| Octal | 254 | 140 | 17 | 0 | 54 | 133 | 41 | 37 | 124 | 45 |
| Binary | 10101100 | 1100000 | 1111 | 0 | 101100 | 1011011 | 100001 | 11111 | 1010100 | 100101 |
Color Harmonies of #AC600F
Complementary color
Monochromatic Colors of #AC600F
Black with #AC600F
Text Example
Text Example
White with #AC600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC600F; }
p { color: rgb(172,96,15); }
H1.HeaderClassName
{
color: #AC600F;
}
.AnyTagClassName
{
color: #AC600F;
}
</style>
background-color css
<style>
a { background-color: #AC600F; }
a { background-color: rgb(172,96,15); }
div.DivClassName
{
background-color: #AC600F;
}
.BgClassName
{
background-color: #AC600F;
}
</style>
border-color css
<style>
span { border-color: #AC600F; }
span { border-color: rgb(172,96,15); }
td.TdClassName
{
border-color: #AC600F;
}
.TagClassName
{
border-color: #AC600F;
}
</style>