Shades of Golden Brown #AA600B
Tints of Golden Brown #AA600B
RGB
CMYK
RGB Variations
Color information
#AA600B (or 0xAA600B) is known color: Golden Brown. HEX triplet: AA, 60 and 0B. RGB value is (170,96,11). Sum of RGB (Red+Green+Blue) = 170+96+11=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA600B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA600B is #559FF4. Grayscale: #6C6C6C. Windows color (decimal): -5611509 or 745642. OLE color: 745642.
HSL color Cylindrical-coordinate representation of color #AA600B: hue angle of 32.08º 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 #AA600B is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 11 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.33 |
| HSL | 32.08º | 0.88% | 0.35% | - |
| HSV(B) | 32.08º | 0.94% | 0.67% | - |
| XYZ | 20.82 | 16.94 | 2.49 | - |
| YUV | 108.44 | 73.02 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 11 | 0 | 0.44 | 0.94 | 0.33 | 32.08 | 0.88 | 0.35 |
| Hex | AA | 60 | B | 0 | 2C | 5E | 21 | 20 | 58 | 23 |
| Octal | 252 | 140 | 13 | 0 | 54 | 136 | 41 | 40 | 130 | 43 |
| Binary | 10101010 | 1100000 | 1011 | 0 | 101100 | 1011110 | 100001 | 100000 | 1011000 | 100011 |
Color Harmonies of #AA600B
Complementary color
Monochromatic Colors of #AA600B
Black with #AA600B
Text Example
Text Example
White with #AA600B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA600B; }
p { color: rgb(170,96,11); }
H1.HeaderClassName
{
color: #AA600B;
}
.AnyTagClassName
{
color: #AA600B;
}
</style>
background-color css
<style>
a { background-color: #AA600B; }
a { background-color: rgb(170,96,11); }
div.DivClassName
{
background-color: #AA600B;
}
.BgClassName
{
background-color: #AA600B;
}
</style>
border-color css
<style>
span { border-color: #AA600B; }
span { border-color: rgb(170,96,11); }
td.TdClassName
{
border-color: #AA600B;
}
.TagClassName
{
border-color: #AA600B;
}
</style>