Shades of Golden Brown #AC6901
Tints of Golden Brown #AC6901
RGB
CMYK
RGB Variations
Color information
#AC6901 (or 0xAC6901) is known color: Golden Brown. HEX triplet: AC, 69 and 01. RGB value is (172,105,1). Sum of RGB (Red+Green+Blue) = 172+105+1=278 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.87% from 278); Green value is 105 (41.41% from 255 or 37.77% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6901 is #5396FE. Grayscale: #717171. Windows color (decimal): -5478143 or 92588. OLE color: 92588.
HSL color Cylindrical-coordinate representation of color #AC6901: hue angle of 36.49º 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 #AC6901 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 105 | 1 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.33 |
| HSL | 36.49º | 0.99% | 0.34% | - |
| HSV(B) | 36.49º | 0.99% | 0.67% | - |
| XYZ | 22.07 | 18.88 | 2.51 | - |
| YUV | 113.18 | 64.7 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 105 | 1 | 0 | 0.39 | 0.99 | 0.33 | 36.49 | 0.99 | 0.34 |
| Hex | AC | 69 | 1 | 0 | 27 | 63 | 21 | 24 | 63 | 22 |
| Octal | 254 | 151 | 1 | 0 | 47 | 143 | 41 | 44 | 143 | 42 |
| Binary | 10101100 | 1101001 | 1 | 0 | 100111 | 1100011 | 100001 | 100100 | 1100011 | 100010 |
Color Harmonies of #AC6901
Complementary color
Monochromatic Colors of #AC6901
Black with #AC6901
Text Example
Text Example
White with #AC6901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6901; }
p { color: rgb(172,105,1); }
H1.HeaderClassName
{
color: #AC6901;
}
.AnyTagClassName
{
color: #AC6901;
}
</style>
background-color css
<style>
a { background-color: #AC6901; }
a { background-color: rgb(172,105,1); }
div.DivClassName
{
background-color: #AC6901;
}
.BgClassName
{
background-color: #AC6901;
}
</style>
border-color css
<style>
span { border-color: #AC6901; }
span { border-color: rgb(172,105,1); }
td.TdClassName
{
border-color: #AC6901;
}
.TagClassName
{
border-color: #AC6901;
}
</style>