Shades of Golden Brown #AA6D00
Tints of Golden Brown #AA6D00
RGB
CMYK
RGB Variations
Color information
#AA6D00 (or 0xAA6D00) is known color: Golden Brown. HEX triplet: AA, 6D and 00. RGB value is (170,109,0). Sum of RGB (Red+Green+Blue) = 170+109+0=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6D00 is #5592FF. Grayscale: #737373. Windows color (decimal): -5608192 or 28074. OLE color: 28074.
HSL color Cylindrical-coordinate representation of color #AA6D00: hue angle of 38.47º 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 #AA6D00 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.33 |
| HSL | 38.47º | 1% | 0.33% | - |
| HSV(B) | 38.47º | 1% | 0.67% | - |
| XYZ | 22.05 | 19.48 | 2.6 | - |
| YUV | 114.81 | 63.21 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 0 | 0 | 0.36 | 1 | 0.33 | 38.47 | 1 | 0.33 |
| Hex | AA | 6D | 0 | 0 | 24 | 64 | 21 | 26 | 64 | 21 |
| Octal | 252 | 155 | 0 | 0 | 44 | 144 | 41 | 46 | 144 | 41 |
| Binary | 10101010 | 1101101 | 0 | 0 | 100100 | 1100100 | 100001 | 100110 | 1100100 | 100001 |
Color Harmonies of #AA6D00
Complementary color
Monochromatic Colors of #AA6D00
Black with #AA6D00
Text Example
Text Example
White with #AA6D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D00; }
p { color: rgb(170,109,0); }
H1.HeaderClassName
{
color: #AA6D00;
}
.AnyTagClassName
{
color: #AA6D00;
}
</style>
background-color css
<style>
a { background-color: #AA6D00; }
a { background-color: rgb(170,109,0); }
div.DivClassName
{
background-color: #AA6D00;
}
.BgClassName
{
background-color: #AA6D00;
}
</style>
border-color css
<style>
span { border-color: #AA6D00; }
span { border-color: rgb(170,109,0); }
td.TdClassName
{
border-color: #AA6D00;
}
.TagClassName
{
border-color: #AA6D00;
}
</style>