Shades of Golden Brown #AC600C
Tints of Golden Brown #AC600C
RGB
CMYK
RGB Variations
Color information
#AC600C (or 0xAC600C) is known color: Golden Brown. HEX triplet: AC, 60 and 0C. RGB value is (172,96,12). Sum of RGB (Red+Green+Blue) = 172+96+12=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC600C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC600C is #539FF3. Grayscale: #6D6D6D. Windows color (decimal): -5480436 or 811180. OLE color: 811180.
HSL color Cylindrical-coordinate representation of color #AC600C: hue angle of 31.5º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC600C is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 96 | 12 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.33 |
| HSL | 31.5º | 0.87% | 0.36% | - |
| HSV(B) | 31.5º | 0.93% | 0.67% | - |
| XYZ | 21.26 | 17.16 | 2.54 | - |
| YUV | 109.15 | 73.18 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 96 | 12 | 0 | 0.44 | 0.93 | 0.33 | 31.5 | 0.87 | 0.36 |
| Hex | AC | 60 | C | 0 | 2C | 5D | 21 | 1F | 57 | 24 |
| Octal | 254 | 140 | 14 | 0 | 54 | 135 | 41 | 37 | 127 | 44 |
| Binary | 10101100 | 1100000 | 1100 | 0 | 101100 | 1011101 | 100001 | 11111 | 1010111 | 100100 |
Color Harmonies of #AC600C
Complementary color
Monochromatic Colors of #AC600C
Black with #AC600C
Text Example
Text Example
White with #AC600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC600C; }
p { color: rgb(172,96,12); }
H1.HeaderClassName
{
color: #AC600C;
}
.AnyTagClassName
{
color: #AC600C;
}
</style>
background-color css
<style>
a { background-color: #AC600C; }
a { background-color: rgb(172,96,12); }
div.DivClassName
{
background-color: #AC600C;
}
.BgClassName
{
background-color: #AC600C;
}
</style>
border-color css
<style>
span { border-color: #AC600C; }
span { border-color: rgb(172,96,12); }
td.TdClassName
{
border-color: #AC600C;
}
.TagClassName
{
border-color: #AC600C;
}
</style>