Shades of Golden Brown #AA691B
Tints of Golden Brown #AA691B
RGB
CMYK
RGB Variations
Color information
#AA691B (or 0xAA691B) is known color: Golden Brown. HEX triplet: AA, 69 and 1B. RGB value is (170,105,27). Sum of RGB (Red+Green+Blue) = 170+105+27=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA691B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA691B is #5596E4. Grayscale: #737373. Windows color (decimal): -5609189 or 1796522. OLE color: 1796522.
HSL color Cylindrical-coordinate representation of color #AA691B: hue angle of 32.73º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA691B is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 27 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.33 |
| HSL | 32.73º | 0.73% | 0.39% | - |
| HSV(B) | 32.73º | 0.84% | 0.67% | - |
| XYZ | 21.83 | 18.73 | 3.5 | - |
| YUV | 115.54 | 78.03 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 27 | 0 | 0.38 | 0.84 | 0.33 | 32.73 | 0.73 | 0.39 |
| Hex | AA | 69 | 1B | 0 | 26 | 54 | 21 | 21 | 49 | 27 |
| Octal | 252 | 151 | 33 | 0 | 46 | 124 | 41 | 41 | 111 | 47 |
| Binary | 10101010 | 1101001 | 11011 | 0 | 100110 | 1010100 | 100001 | 100001 | 1001001 | 100111 |
Color Harmonies of #AA691B
Complementary color
Monochromatic Colors of #AA691B
Black with #AA691B
Text Example
Text Example
White with #AA691B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA691B; }
p { color: rgb(170,105,27); }
H1.HeaderClassName
{
color: #AA691B;
}
.AnyTagClassName
{
color: #AA691B;
}
</style>
background-color css
<style>
a { background-color: #AA691B; }
a { background-color: rgb(170,105,27); }
div.DivClassName
{
background-color: #AA691B;
}
.BgClassName
{
background-color: #AA691B;
}
</style>
border-color css
<style>
span { border-color: #AA691B; }
span { border-color: rgb(170,105,27); }
td.TdClassName
{
border-color: #AA691B;
}
.TagClassName
{
border-color: #AA691B;
}
</style>