Shades of Golden Brown #AA6D02
Tints of Golden Brown #AA6D02
RGB
CMYK
RGB Variations
Color information
#AA6D02 (or 0xAA6D02) is known color: Golden Brown. HEX triplet: AA, 6D and 02. RGB value is (170,109,2). Sum of RGB (Red+Green+Blue) = 170+109+2=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 109 (42.97% from 255 or 38.79% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6D02 is #5592FD. Grayscale: #737373. Windows color (decimal): -5608190 or 159146. OLE color: 159146.
HSL color Cylindrical-coordinate representation of color #AA6D02: hue angle of 38.21º degrees, saturation: 0.98, 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 #AA6D02 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 2 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.33 |
| HSL | 38.21º | 0.98% | 0.34% | - |
| HSV(B) | 38.21º | 0.99% | 0.67% | - |
| XYZ | 22.06 | 19.49 | 2.66 | - |
| YUV | 115.04 | 64.21 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 2 | 0 | 0.36 | 0.99 | 0.33 | 38.21 | 0.98 | 0.34 |
| Hex | AA | 6D | 2 | 0 | 24 | 63 | 21 | 26 | 62 | 22 |
| Octal | 252 | 155 | 2 | 0 | 44 | 143 | 41 | 46 | 142 | 42 |
| Binary | 10101010 | 1101101 | 10 | 0 | 100100 | 1100011 | 100001 | 100110 | 1100010 | 100010 |
Color Harmonies of #AA6D02
Complementary color
Monochromatic Colors of #AA6D02
Black with #AA6D02
Text Example
Text Example
White with #AA6D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D02; }
p { color: rgb(170,109,2); }
H1.HeaderClassName
{
color: #AA6D02;
}
.AnyTagClassName
{
color: #AA6D02;
}
</style>
background-color css
<style>
a { background-color: #AA6D02; }
a { background-color: rgb(170,109,2); }
div.DivClassName
{
background-color: #AA6D02;
}
.BgClassName
{
background-color: #AA6D02;
}
</style>
border-color css
<style>
span { border-color: #AA6D02; }
span { border-color: rgb(170,109,2); }
td.TdClassName
{
border-color: #AA6D02;
}
.TagClassName
{
border-color: #AA6D02;
}
</style>