Shades of Golden Brown #AA691A
Tints of Golden Brown #AA691A
RGB
CMYK
RGB Variations
Color information
#AA691A (or 0xAA691A) is known color: Golden Brown. HEX triplet: AA, 69 and 1A. RGB value is (170,105,26). Sum of RGB (Red+Green+Blue) = 170+105+26=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA691A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA691A is #5596E5. Grayscale: #737373. Windows color (decimal): -5609190 or 1730986. OLE color: 1730986.
HSL color Cylindrical-coordinate representation of color #AA691A: hue angle of 32.92º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA691A is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 26 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.33 |
| HSL | 32.92º | 0.73% | 0.38% | - |
| HSV(B) | 32.92º | 0.85% | 0.67% | - |
| XYZ | 21.82 | 18.72 | 3.44 | - |
| YUV | 115.43 | 77.53 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 26 | 0 | 0.38 | 0.85 | 0.33 | 32.92 | 0.73 | 0.38 |
| Hex | AA | 69 | 1A | 0 | 26 | 55 | 21 | 21 | 49 | 26 |
| Octal | 252 | 151 | 32 | 0 | 46 | 125 | 41 | 41 | 111 | 46 |
| Binary | 10101010 | 1101001 | 11010 | 0 | 100110 | 1010101 | 100001 | 100001 | 1001001 | 100110 |
Color Harmonies of #AA691A
Complementary color
Monochromatic Colors of #AA691A
Black with #AA691A
Text Example
Text Example
White with #AA691A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA691A; }
p { color: rgb(170,105,26); }
H1.HeaderClassName
{
color: #AA691A;
}
.AnyTagClassName
{
color: #AA691A;
}
</style>
background-color css
<style>
a { background-color: #AA691A; }
a { background-color: rgb(170,105,26); }
div.DivClassName
{
background-color: #AA691A;
}
.BgClassName
{
background-color: #AA691A;
}
</style>
border-color css
<style>
span { border-color: #AA691A; }
span { border-color: rgb(170,105,26); }
td.TdClassName
{
border-color: #AA691A;
}
.TagClassName
{
border-color: #AA691A;
}
</style>