Shades of Golden Brown #AA6B01
Tints of Golden Brown #AA6B01
RGB
CMYK
RGB Variations
Color information
#AA6B01 (or 0xAA6B01) is known color: Golden Brown. HEX triplet: AA, 6B and 01. RGB value is (170,107,1). Sum of RGB (Red+Green+Blue) = 170+107+1=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6B01 is #5594FE. Grayscale: #727272. Windows color (decimal): -5608703 or 93098. OLE color: 93098.
HSL color Cylindrical-coordinate representation of color #AA6B01: hue angle of 37.63º 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 #AA6B01 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 1 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.33 |
| HSL | 37.63º | 0.99% | 0.34% | - |
| HSV(B) | 37.63º | 0.99% | 0.67% | - |
| XYZ | 21.84 | 19.06 | 2.56 | - |
| YUV | 113.75 | 64.37 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 1 | 0 | 0.37 | 0.99 | 0.33 | 37.63 | 0.99 | 0.34 |
| Hex | AA | 6B | 1 | 0 | 25 | 63 | 21 | 26 | 63 | 22 |
| Octal | 252 | 153 | 1 | 0 | 45 | 143 | 41 | 46 | 143 | 42 |
| Binary | 10101010 | 1101011 | 1 | 0 | 100101 | 1100011 | 100001 | 100110 | 1100011 | 100010 |
Color Harmonies of #AA6B01
Complementary color
Monochromatic Colors of #AA6B01
Black with #AA6B01
Text Example
Text Example
White with #AA6B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6B01; }
p { color: rgb(170,107,1); }
H1.HeaderClassName
{
color: #AA6B01;
}
.AnyTagClassName
{
color: #AA6B01;
}
</style>
background-color css
<style>
a { background-color: #AA6B01; }
a { background-color: rgb(170,107,1); }
div.DivClassName
{
background-color: #AA6B01;
}
.BgClassName
{
background-color: #AA6B01;
}
</style>
border-color css
<style>
span { border-color: #AA6B01; }
span { border-color: rgb(170,107,1); }
td.TdClassName
{
border-color: #AA6B01;
}
.TagClassName
{
border-color: #AA6B01;
}
</style>