Shades of Golden Brown #AC6500
Tints of Golden Brown #AC6500
RGB
CMYK
RGB Variations
Color information
#AC6500 (or 0xAC6500) is known color: Golden Brown. HEX triplet: AC, 65 and 00. RGB value is (172,101,0). Sum of RGB (Red+Green+Blue) = 172+101+0=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6500 is #539AFF. Grayscale: #6F6F6F. Windows color (decimal): -5479168 or 26028. OLE color: 26028.
HSL color Cylindrical-coordinate representation of color #AC6500: hue angle of 35.23º 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 #AC6500 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.33 |
| HSL | 35.23º | 1% | 0.34% | - |
| HSV(B) | 35.23º | 1% | 0.67% | - |
| XYZ | 21.67 | 18.08 | 2.35 | - |
| YUV | 110.72 | 65.52 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 0 | 0 | 0.41 | 1 | 0.33 | 35.23 | 1 | 0.34 |
| Hex | AC | 65 | 0 | 0 | 29 | 64 | 21 | 23 | 64 | 22 |
| Octal | 254 | 145 | 0 | 0 | 51 | 144 | 41 | 43 | 144 | 42 |
| Binary | 10101100 | 1100101 | 0 | 0 | 101001 | 1100100 | 100001 | 100011 | 1100100 | 100010 |
Color Harmonies of #AC6500
Complementary color
Monochromatic Colors of #AC6500
Black with #AC6500
Text Example
Text Example
White with #AC6500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6500; }
p { color: rgb(172,101,0); }
H1.HeaderClassName
{
color: #AC6500;
}
.AnyTagClassName
{
color: #AC6500;
}
</style>
background-color css
<style>
a { background-color: #AC6500; }
a { background-color: rgb(172,101,0); }
div.DivClassName
{
background-color: #AC6500;
}
.BgClassName
{
background-color: #AC6500;
}
</style>
border-color css
<style>
span { border-color: #AC6500; }
span { border-color: rgb(172,101,0); }
td.TdClassName
{
border-color: #AC6500;
}
.TagClassName
{
border-color: #AC6500;
}
</style>