Shades of Golden Brown #AA6F00
Tints of Golden Brown #AA6F00
RGB
CMYK
RGB Variations
Color information
#AA6F00 (or 0xAA6F00) is known color: Golden Brown. HEX triplet: AA, 6F and 00. RGB value is (170,111,0). Sum of RGB (Red+Green+Blue) = 170+111+0=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6F00 is #5590FF. Grayscale: #747474. Windows color (decimal): -5607680 or 28586. OLE color: 28586.
HSL color Cylindrical-coordinate representation of color #AA6F00: hue angle of 39.18º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA6F00 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 111 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.33 |
| HSL | 39.18º | 1% | 0.33% | - |
| HSV(B) | 39.18º | 1% | 0.67% | - |
| XYZ | 22.26 | 19.91 | 2.67 | - |
| YUV | 115.99 | 62.55 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 0 | 0 | 0.35 | 1 | 0.33 | 39.18 | 1 | 0.33 |
| Hex | AA | 6F | 0 | 0 | 23 | 64 | 21 | 27 | 64 | 21 |
| Octal | 252 | 157 | 0 | 0 | 43 | 144 | 41 | 47 | 144 | 41 |
| Binary | 10101010 | 1101111 | 0 | 0 | 100011 | 1100100 | 100001 | 100111 | 1100100 | 100001 |
Color Harmonies of #AA6F00
Complementary color
Monochromatic Colors of #AA6F00
Black with #AA6F00
Text Example
Text Example
White with #AA6F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6F00; }
p { color: rgb(170,111,0); }
H1.HeaderClassName
{
color: #AA6F00;
}
.AnyTagClassName
{
color: #AA6F00;
}
</style>
background-color css
<style>
a { background-color: #AA6F00; }
a { background-color: rgb(170,111,0); }
div.DivClassName
{
background-color: #AA6F00;
}
.BgClassName
{
background-color: #AA6F00;
}
</style>
border-color css
<style>
span { border-color: #AA6F00; }
span { border-color: rgb(170,111,0); }
td.TdClassName
{
border-color: #AA6F00;
}
.TagClassName
{
border-color: #AA6F00;
}
</style>