Shades of Golden Brown #AA690B
Tints of Golden Brown #AA690B
RGB
CMYK
RGB Variations
Color information
#AA690B (or 0xAA690B) is known color: Golden Brown. HEX triplet: AA, 69 and 0B. RGB value is (170,105,11). Sum of RGB (Red+Green+Blue) = 170+105+11=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA690B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA690B is #5596F4. Grayscale: #727272. Windows color (decimal): -5609205 or 747946. OLE color: 747946.
HSL color Cylindrical-coordinate representation of color #AA690B: hue angle of 35.47º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA690B is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 11 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.33 |
| HSL | 35.47º | 0.88% | 0.35% | - |
| HSV(B) | 35.47º | 0.94% | 0.67% | - |
| XYZ | 21.69 | 18.67 | 2.78 | - |
| YUV | 113.72 | 70.03 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 11 | 0 | 0.38 | 0.94 | 0.33 | 35.47 | 0.88 | 0.35 |
| Hex | AA | 69 | B | 0 | 26 | 5E | 21 | 23 | 58 | 23 |
| Octal | 252 | 151 | 13 | 0 | 46 | 136 | 41 | 43 | 130 | 43 |
| Binary | 10101010 | 1101001 | 1011 | 0 | 100110 | 1011110 | 100001 | 100011 | 1011000 | 100011 |
Color Harmonies of #AA690B
Complementary color
Monochromatic Colors of #AA690B
Black with #AA690B
Text Example
Text Example
White with #AA690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA690B; }
p { color: rgb(170,105,11); }
H1.HeaderClassName
{
color: #AA690B;
}
.AnyTagClassName
{
color: #AA690B;
}
</style>
background-color css
<style>
a { background-color: #AA690B; }
a { background-color: rgb(170,105,11); }
div.DivClassName
{
background-color: #AA690B;
}
.BgClassName
{
background-color: #AA690B;
}
</style>
border-color css
<style>
span { border-color: #AA690B; }
span { border-color: rgb(170,105,11); }
td.TdClassName
{
border-color: #AA690B;
}
.TagClassName
{
border-color: #AA690B;
}
</style>