Shades of Golden Brown #AC6D00
Tints of Golden Brown #AC6D00
RGB
CMYK
RGB Variations
Color information
#AC6D00 (or 0xAC6D00) is known color: Golden Brown. HEX triplet: AC, 6D and 00. RGB value is (172,109,0). Sum of RGB (Red+Green+Blue) = 172+109+0=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 109 (42.97% from 255 or 38.79% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6D00 is #5392FF. Grayscale: #737373. Windows color (decimal): -5477120 or 28076. OLE color: 28076.
HSL color Cylindrical-coordinate representation of color #AC6D00: hue angle of 38.02º 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 #AC6D00 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 109 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.33 |
| HSL | 38.02º | 1% | 0.34% | - |
| HSV(B) | 38.02º | 1% | 0.67% | - |
| XYZ | 22.48 | 19.71 | 2.62 | - |
| YUV | 115.41 | 62.87 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 0 | 0 | 0.37 | 1 | 0.33 | 38.02 | 1 | 0.34 |
| Hex | AC | 6D | 0 | 0 | 25 | 64 | 21 | 26 | 64 | 22 |
| Octal | 254 | 155 | 0 | 0 | 45 | 144 | 41 | 46 | 144 | 42 |
| Binary | 10101100 | 1101101 | 0 | 0 | 100101 | 1100100 | 100001 | 100110 | 1100100 | 100010 |
Color Harmonies of #AC6D00
Complementary color
Monochromatic Colors of #AC6D00
Black with #AC6D00
Text Example
Text Example
White with #AC6D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6D00; }
p { color: rgb(172,109,0); }
H1.HeaderClassName
{
color: #AC6D00;
}
.AnyTagClassName
{
color: #AC6D00;
}
</style>
background-color css
<style>
a { background-color: #AC6D00; }
a { background-color: rgb(172,109,0); }
div.DivClassName
{
background-color: #AC6D00;
}
.BgClassName
{
background-color: #AC6D00;
}
</style>
border-color css
<style>
span { border-color: #AC6D00; }
span { border-color: rgb(172,109,0); }
td.TdClassName
{
border-color: #AC6D00;
}
.TagClassName
{
border-color: #AC6D00;
}
</style>