Shades of Golden Brown #AA660D
Tints of Golden Brown #AA660D
RGB
CMYK
RGB Variations
Color information
#AA660D (or 0xAA660D) is known color: Golden Brown. HEX triplet: AA, 66 and 0D. RGB value is (170,102,13). Sum of RGB (Red+Green+Blue) = 170+102+13=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA660D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA660D is #5599F2. Grayscale: #707070. Windows color (decimal): -5609971 or 878250. OLE color: 878250.
HSL color Cylindrical-coordinate representation of color #AA660D: hue angle of 34.01º 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 #AA660D is Cyan = 0, Magento = 0.4, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 13 | - |
| CMYK | 0 | 0.4 | 0.92 | 0.33 |
| HSL | 34.01º | 0.86% | 0.36% | - |
| HSV(B) | 34.01º | 0.92% | 0.67% | - |
| XYZ | 21.4 | 18.08 | 2.74 | - |
| YUV | 112.19 | 72.03 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 13 | 0 | 0.4 | 0.92 | 0.33 | 34.01 | 0.86 | 0.36 |
| Hex | AA | 66 | D | 0 | 28 | 5C | 21 | 22 | 56 | 24 |
| Octal | 252 | 146 | 15 | 0 | 50 | 134 | 41 | 42 | 126 | 44 |
| Binary | 10101010 | 1100110 | 1101 | 0 | 101000 | 1011100 | 100001 | 100010 | 1010110 | 100100 |
Color Harmonies of #AA660D
Complementary color
Monochromatic Colors of #AA660D
Black with #AA660D
Text Example
Text Example
White with #AA660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA660D; }
p { color: rgb(170,102,13); }
H1.HeaderClassName
{
color: #AA660D;
}
.AnyTagClassName
{
color: #AA660D;
}
</style>
background-color css
<style>
a { background-color: #AA660D; }
a { background-color: rgb(170,102,13); }
div.DivClassName
{
background-color: #AA660D;
}
.BgClassName
{
background-color: #AA660D;
}
</style>
border-color css
<style>
span { border-color: #AA660D; }
span { border-color: rgb(170,102,13); }
td.TdClassName
{
border-color: #AA660D;
}
.TagClassName
{
border-color: #AA660D;
}
</style>