Shades of Golden Brown #AA600E
Tints of Golden Brown #AA600E
RGB
CMYK
RGB Variations
Color information
#AA600E (or 0xAA600E) is known color: Golden Brown. HEX triplet: AA, 60 and 0E. RGB value is (170,96,14). Sum of RGB (Red+Green+Blue) = 170+96+14=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA600E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA600E is #559FF1. Grayscale: #6D6D6D. Windows color (decimal): -5611506 or 942250. OLE color: 942250.
HSL color Cylindrical-coordinate representation of color #AA600E: hue angle of 31.54º degrees, saturation: 0.85, 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 #AA600E is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 14 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.33 |
| HSL | 31.54º | 0.85% | 0.36% | - |
| HSV(B) | 31.54º | 0.92% | 0.67% | - |
| XYZ | 20.84 | 16.94 | 2.59 | - |
| YUV | 108.78 | 74.52 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 14 | 0 | 0.44 | 0.92 | 0.33 | 31.54 | 0.85 | 0.36 |
| Hex | AA | 60 | E | 0 | 2C | 5C | 21 | 20 | 55 | 24 |
| Octal | 252 | 140 | 16 | 0 | 54 | 134 | 41 | 40 | 125 | 44 |
| Binary | 10101010 | 1100000 | 1110 | 0 | 101100 | 1011100 | 100001 | 100000 | 1010101 | 100100 |
Color Harmonies of #AA600E
Complementary color
Monochromatic Colors of #AA600E
Black with #AA600E
Text Example
Text Example
White with #AA600E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA600E; }
p { color: rgb(170,96,14); }
H1.HeaderClassName
{
color: #AA600E;
}
.AnyTagClassName
{
color: #AA600E;
}
</style>
background-color css
<style>
a { background-color: #AA600E; }
a { background-color: rgb(170,96,14); }
div.DivClassName
{
background-color: #AA600E;
}
.BgClassName
{
background-color: #AA600E;
}
</style>
border-color css
<style>
span { border-color: #AA600E; }
span { border-color: rgb(170,96,14); }
td.TdClassName
{
border-color: #AA600E;
}
.TagClassName
{
border-color: #AA600E;
}
</style>