Shades of Golden Brown #AA6900
Tints of Golden Brown #AA6900
RGB
CMYK
RGB Variations
Color information
#AA6900 (or 0xAA6900) is known color: Golden Brown. HEX triplet: AA, 69 and 00. RGB value is (170,105,0). Sum of RGB (Red+Green+Blue) = 170+105+0=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6900 is #5596FF. Grayscale: #707070. Windows color (decimal): -5609216 or 27050. OLE color: 27050.
HSL color Cylindrical-coordinate representation of color #AA6900: hue angle of 37.06º 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 #AA6900 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.33 |
| HSL | 37.06º | 1% | 0.33% | - |
| HSV(B) | 37.06º | 1% | 0.67% | - |
| XYZ | 21.63 | 18.65 | 2.46 | - |
| YUV | 112.47 | 64.53 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 0 | 0 | 0.38 | 1 | 0.33 | 37.06 | 1 | 0.33 |
| Hex | AA | 69 | 0 | 0 | 26 | 64 | 21 | 25 | 64 | 21 |
| Octal | 252 | 151 | 0 | 0 | 46 | 144 | 41 | 45 | 144 | 41 |
| Binary | 10101010 | 1101001 | 0 | 0 | 100110 | 1100100 | 100001 | 100101 | 1100100 | 100001 |
Color Harmonies of #AA6900
Complementary color
Monochromatic Colors of #AA6900
Black with #AA6900
Text Example
Text Example
White with #AA6900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6900; }
p { color: rgb(170,105,0); }
H1.HeaderClassName
{
color: #AA6900;
}
.AnyTagClassName
{
color: #AA6900;
}
</style>
background-color css
<style>
a { background-color: #AA6900; }
a { background-color: rgb(170,105,0); }
div.DivClassName
{
background-color: #AA6900;
}
.BgClassName
{
background-color: #AA6900;
}
</style>
border-color css
<style>
span { border-color: #AA6900; }
span { border-color: rgb(170,105,0); }
td.TdClassName
{
border-color: #AA6900;
}
.TagClassName
{
border-color: #AA6900;
}
</style>