Shades of Golden Brown #AC6200
Tints of Golden Brown #AC6200
RGB
CMYK
RGB Variations
Color information
#AC6200 (or 0xAC6200) is known color: Golden Brown. HEX triplet: AC, 62 and 00. RGB value is (172,98,0). Sum of RGB (Red+Green+Blue) = 172+98+0=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6200 is #539DFF. Grayscale: #6D6D6D. Windows color (decimal): -5479936 or 25260. OLE color: 25260.
HSL color Cylindrical-coordinate representation of color #AC6200: hue angle of 34.19º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC6200 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 98 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.33 |
| HSL | 34.19º | 1% | 0.34% | - |
| HSV(B) | 34.19º | 1% | 0.67% | - |
| XYZ | 21.38 | 17.51 | 2.25 | - |
| YUV | 108.95 | 66.52 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 0 | 0 | 0.43 | 1 | 0.33 | 34.19 | 1 | 0.34 |
| Hex | AC | 62 | 0 | 0 | 2B | 64 | 21 | 22 | 64 | 22 |
| Octal | 254 | 142 | 0 | 0 | 53 | 144 | 41 | 42 | 144 | 42 |
| Binary | 10101100 | 1100010 | 0 | 0 | 101011 | 1100100 | 100001 | 100010 | 1100100 | 100010 |
Color Harmonies of #AC6200
Complementary color
Monochromatic Colors of #AC6200
Black with #AC6200
Text Example
Text Example
White with #AC6200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6200; }
p { color: rgb(172,98,0); }
H1.HeaderClassName
{
color: #AC6200;
}
.AnyTagClassName
{
color: #AC6200;
}
</style>
background-color css
<style>
a { background-color: #AC6200; }
a { background-color: rgb(172,98,0); }
div.DivClassName
{
background-color: #AC6200;
}
.BgClassName
{
background-color: #AC6200;
}
</style>
border-color css
<style>
span { border-color: #AC6200; }
span { border-color: rgb(172,98,0); }
td.TdClassName
{
border-color: #AC6200;
}
.TagClassName
{
border-color: #AC6200;
}
</style>