Shades of Golden Brown #AA660B
Tints of Golden Brown #AA660B
RGB
CMYK
RGB Variations
Color information
#AA660B (or 0xAA660B) is known color: Golden Brown. HEX triplet: AA, 66 and 0B. RGB value is (170,102,11). Sum of RGB (Red+Green+Blue) = 170+102+11=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA660B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA660B is #5599F4. Grayscale: #707070. Windows color (decimal): -5609973 or 747178. OLE color: 747178.
HSL color Cylindrical-coordinate representation of color #AA660B: hue angle of 34.34º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA660B is Cyan = 0, Magento = 0.4, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 11 | - |
| CMYK | 0 | 0.4 | 0.94 | 0.33 |
| HSL | 34.34º | 0.88% | 0.35% | - |
| HSV(B) | 34.34º | 0.94% | 0.67% | - |
| XYZ | 21.39 | 18.07 | 2.68 | - |
| YUV | 111.96 | 71.03 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 11 | 0 | 0.4 | 0.94 | 0.33 | 34.34 | 0.88 | 0.35 |
| Hex | AA | 66 | B | 0 | 28 | 5E | 21 | 22 | 58 | 23 |
| Octal | 252 | 146 | 13 | 0 | 50 | 136 | 41 | 42 | 130 | 43 |
| Binary | 10101010 | 1100110 | 1011 | 0 | 101000 | 1011110 | 100001 | 100010 | 1011000 | 100011 |
Color Harmonies of #AA660B
Complementary color
Monochromatic Colors of #AA660B
Black with #AA660B
Text Example
Text Example
White with #AA660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA660B; }
p { color: rgb(170,102,11); }
H1.HeaderClassName
{
color: #AA660B;
}
.AnyTagClassName
{
color: #AA660B;
}
</style>
background-color css
<style>
a { background-color: #AA660B; }
a { background-color: rgb(170,102,11); }
div.DivClassName
{
background-color: #AA660B;
}
.BgClassName
{
background-color: #AA660B;
}
</style>
border-color css
<style>
span { border-color: #AA660B; }
span { border-color: rgb(170,102,11); }
td.TdClassName
{
border-color: #AA660B;
}
.TagClassName
{
border-color: #AA660B;
}
</style>