Shades of Golden Brown #AA6D1A
Tints of Golden Brown #AA6D1A
RGB
CMYK
RGB Variations
Color information
#AA6D1A (or 0xAA6D1A) is known color: Golden Brown. HEX triplet: AA, 6D and 1A. RGB value is (170,109,26). Sum of RGB (Red+Green+Blue) = 170+109+26=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D1A is #5592E5. Grayscale: #767676. Windows color (decimal): -5608166 or 1732010. OLE color: 1732010.
HSL color Cylindrical-coordinate representation of color #AA6D1A: hue angle of 34.58º 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 #AA6D1A is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 26 | - |
| CMYK | 0 | 0.36 | 0.85 | 0.33 |
| HSL | 34.58º | 0.73% | 0.38% | - |
| HSV(B) | 34.58º | 0.85% | 0.67% | - |
| XYZ | 22.23 | 19.56 | 3.58 | - |
| YUV | 117.78 | 76.21 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 26 | 0 | 0.36 | 0.85 | 0.33 | 34.58 | 0.73 | 0.38 |
| Hex | AA | 6D | 1A | 0 | 24 | 55 | 21 | 23 | 49 | 26 |
| Octal | 252 | 155 | 32 | 0 | 44 | 125 | 41 | 43 | 111 | 46 |
| Binary | 10101010 | 1101101 | 11010 | 0 | 100100 | 1010101 | 100001 | 100011 | 1001001 | 100110 |
Color Harmonies of #AA6D1A
Complementary color
Monochromatic Colors of #AA6D1A
Black with #AA6D1A
Text Example
Text Example
White with #AA6D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D1A; }
p { color: rgb(170,109,26); }
H1.HeaderClassName
{
color: #AA6D1A;
}
.AnyTagClassName
{
color: #AA6D1A;
}
</style>
background-color css
<style>
a { background-color: #AA6D1A; }
a { background-color: rgb(170,109,26); }
div.DivClassName
{
background-color: #AA6D1A;
}
.BgClassName
{
background-color: #AA6D1A;
}
</style>
border-color css
<style>
span { border-color: #AA6D1A; }
span { border-color: rgb(170,109,26); }
td.TdClassName
{
border-color: #AA6D1A;
}
.TagClassName
{
border-color: #AA6D1A;
}
</style>