Shades of Golden Brown #AA6B0D
Tints of Golden Brown #AA6B0D
RGB
CMYK
RGB Variations
Color information
#AA6B0D (or 0xAA6B0D) is known color: Golden Brown. HEX triplet: AA, 6B and 0D. RGB value is (170,107,13). Sum of RGB (Red+Green+Blue) = 170+107+13=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6B0D is #5594F2. Grayscale: #737373. Windows color (decimal): -5608691 or 879530. OLE color: 879530.
HSL color Cylindrical-coordinate representation of color #AA6B0D: hue angle of 35.92º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA6B0D is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 13 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.33 |
| HSL | 35.92º | 0.86% | 0.36% | - |
| HSV(B) | 35.92º | 0.92% | 0.67% | - |
| XYZ | 21.91 | 19.09 | 2.91 | - |
| YUV | 115.12 | 70.37 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 13 | 0 | 0.37 | 0.92 | 0.33 | 35.92 | 0.86 | 0.36 |
| Hex | AA | 6B | D | 0 | 25 | 5C | 21 | 24 | 56 | 24 |
| Octal | 252 | 153 | 15 | 0 | 45 | 134 | 41 | 44 | 126 | 44 |
| Binary | 10101010 | 1101011 | 1101 | 0 | 100101 | 1011100 | 100001 | 100100 | 1010110 | 100100 |
Color Harmonies of #AA6B0D
Complementary color
Monochromatic Colors of #AA6B0D
Black with #AA6B0D
Text Example
Text Example
White with #AA6B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6B0D; }
p { color: rgb(170,107,13); }
H1.HeaderClassName
{
color: #AA6B0D;
}
.AnyTagClassName
{
color: #AA6B0D;
}
</style>
background-color css
<style>
a { background-color: #AA6B0D; }
a { background-color: rgb(170,107,13); }
div.DivClassName
{
background-color: #AA6B0D;
}
.BgClassName
{
background-color: #AA6B0D;
}
</style>
border-color css
<style>
span { border-color: #AA6B0D; }
span { border-color: rgb(170,107,13); }
td.TdClassName
{
border-color: #AA6B0D;
}
.TagClassName
{
border-color: #AA6B0D;
}
</style>