Shades of Golden Brown #AC6501
Tints of Golden Brown #AC6501
RGB
CMYK
RGB Variations
Color information
#AC6501 (or 0xAC6501) is known color: Golden Brown. HEX triplet: AC, 65 and 01. RGB value is (172,101,1). Sum of RGB (Red+Green+Blue) = 172+101+1=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6501 is #539AFE. Grayscale: #6F6F6F. Windows color (decimal): -5479167 or 91564. OLE color: 91564.
HSL color Cylindrical-coordinate representation of color #AC6501: hue angle of 35.09º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC6501 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 1 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.33 |
| HSL | 35.09º | 0.99% | 0.34% | - |
| HSV(B) | 35.09º | 0.99% | 0.67% | - |
| XYZ | 21.67 | 18.08 | 2.38 | - |
| YUV | 110.83 | 66.02 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 1 | 0 | 0.41 | 0.99 | 0.33 | 35.09 | 0.99 | 0.34 |
| Hex | AC | 65 | 1 | 0 | 29 | 63 | 21 | 23 | 63 | 22 |
| Octal | 254 | 145 | 1 | 0 | 51 | 143 | 41 | 43 | 143 | 42 |
| Binary | 10101100 | 1100101 | 1 | 0 | 101001 | 1100011 | 100001 | 100011 | 1100011 | 100010 |
Color Harmonies of #AC6501
Complementary color
Monochromatic Colors of #AC6501
Black with #AC6501
Text Example
Text Example
White with #AC6501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6501; }
p { color: rgb(172,101,1); }
H1.HeaderClassName
{
color: #AC6501;
}
.AnyTagClassName
{
color: #AC6501;
}
</style>
background-color css
<style>
a { background-color: #AC6501; }
a { background-color: rgb(172,101,1); }
div.DivClassName
{
background-color: #AC6501;
}
.BgClassName
{
background-color: #AC6501;
}
</style>
border-color css
<style>
span { border-color: #AC6501; }
span { border-color: rgb(172,101,1); }
td.TdClassName
{
border-color: #AC6501;
}
.TagClassName
{
border-color: #AC6501;
}
</style>