Shades of Golden Brown #AA691C
Tints of Golden Brown #AA691C
RGB
CMYK
RGB Variations
Color information
#AA691C (or 0xAA691C) is known color: Golden Brown. HEX triplet: AA, 69 and 1C. RGB value is (170,105,28). Sum of RGB (Red+Green+Blue) = 170+105+28=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA691C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA691C is #5596E3. Grayscale: #747474. Windows color (decimal): -5609188 or 1862058. OLE color: 1862058.
HSL color Cylindrical-coordinate representation of color #AA691C: hue angle of 32.54º degrees, saturation: 0.72, 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 #AA691C is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 28 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.33 |
| HSL | 32.54º | 0.72% | 0.39% | - |
| HSV(B) | 32.54º | 0.84% | 0.67% | - |
| XYZ | 21.84 | 18.73 | 3.56 | - |
| YUV | 115.66 | 78.53 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 28 | 0 | 0.38 | 0.84 | 0.33 | 32.54 | 0.72 | 0.39 |
| Hex | AA | 69 | 1C | 0 | 26 | 54 | 21 | 21 | 48 | 27 |
| Octal | 252 | 151 | 34 | 0 | 46 | 124 | 41 | 41 | 110 | 47 |
| Binary | 10101010 | 1101001 | 11100 | 0 | 100110 | 1010100 | 100001 | 100001 | 1001000 | 100111 |
Color Harmonies of #AA691C
Complementary color
Monochromatic Colors of #AA691C
Black with #AA691C
Text Example
Text Example
White with #AA691C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA691C; }
p { color: rgb(170,105,28); }
H1.HeaderClassName
{
color: #AA691C;
}
.AnyTagClassName
{
color: #AA691C;
}
</style>
background-color css
<style>
a { background-color: #AA691C; }
a { background-color: rgb(170,105,28); }
div.DivClassName
{
background-color: #AA691C;
}
.BgClassName
{
background-color: #AA691C;
}
</style>
border-color css
<style>
span { border-color: #AA691C; }
span { border-color: rgb(170,105,28); }
td.TdClassName
{
border-color: #AA691C;
}
.TagClassName
{
border-color: #AA691C;
}
</style>