Shades of Golden Brown #AC6900
Tints of Golden Brown #AC6900
RGB
CMYK
RGB Variations
Color information
#AC6900 (or 0xAC6900) is known color: Golden Brown. HEX triplet: AC, 69 and 00. RGB value is (172,105,0). Sum of RGB (Red+Green+Blue) = 172+105+0=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6900 is #5396FF. Grayscale: #717171. Windows color (decimal): -5478144 or 27052. OLE color: 27052.
HSL color Cylindrical-coordinate representation of color #AC6900: hue angle of 36.63º 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 #AC6900 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 105 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.33 |
| HSL | 36.63º | 1% | 0.34% | - |
| HSV(B) | 36.63º | 1% | 0.67% | - |
| XYZ | 22.06 | 18.87 | 2.48 | - |
| YUV | 113.06 | 64.2 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 105 | 0 | 0 | 0.39 | 1 | 0.33 | 36.63 | 1 | 0.34 |
| Hex | AC | 69 | 0 | 0 | 27 | 64 | 21 | 25 | 64 | 22 |
| Octal | 254 | 151 | 0 | 0 | 47 | 144 | 41 | 45 | 144 | 42 |
| Binary | 10101100 | 1101001 | 0 | 0 | 100111 | 1100100 | 100001 | 100101 | 1100100 | 100010 |
Color Harmonies of #AC6900
Complementary color
Monochromatic Colors of #AC6900
Black with #AC6900
Text Example
Text Example
White with #AC6900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6900; }
p { color: rgb(172,105,0); }
H1.HeaderClassName
{
color: #AC6900;
}
.AnyTagClassName
{
color: #AC6900;
}
</style>
background-color css
<style>
a { background-color: #AC6900; }
a { background-color: rgb(172,105,0); }
div.DivClassName
{
background-color: #AC6900;
}
.BgClassName
{
background-color: #AC6900;
}
</style>
border-color css
<style>
span { border-color: #AC6900; }
span { border-color: rgb(172,105,0); }
td.TdClassName
{
border-color: #AC6900;
}
.TagClassName
{
border-color: #AC6900;
}
</style>