Shades of Golden Brown #AA600D
Tints of Golden Brown #AA600D
RGB
CMYK
RGB Variations
Color information
#AA600D (or 0xAA600D) is known color: Golden Brown. HEX triplet: AA, 60 and 0D. RGB value is (170,96,13). Sum of RGB (Red+Green+Blue) = 170+96+13=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA600D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA600D is #559FF2. Grayscale: #6D6D6D. Windows color (decimal): -5611507 or 876714. OLE color: 876714.
HSL color Cylindrical-coordinate representation of color #AA600D: hue angle of 31.72º 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 #AA600D is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 13 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.33 |
| HSL | 31.72º | 0.86% | 0.36% | - |
| HSV(B) | 31.72º | 0.92% | 0.67% | - |
| XYZ | 20.83 | 16.94 | 2.55 | - |
| YUV | 108.66 | 74.02 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 13 | 0 | 0.44 | 0.92 | 0.33 | 31.72 | 0.86 | 0.36 |
| Hex | AA | 60 | D | 0 | 2C | 5C | 21 | 20 | 56 | 24 |
| Octal | 252 | 140 | 15 | 0 | 54 | 134 | 41 | 40 | 126 | 44 |
| Binary | 10101010 | 1100000 | 1101 | 0 | 101100 | 1011100 | 100001 | 100000 | 1010110 | 100100 |
Color Harmonies of #AA600D
Complementary color
Monochromatic Colors of #AA600D
Black with #AA600D
Text Example
Text Example
White with #AA600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA600D; }
p { color: rgb(170,96,13); }
H1.HeaderClassName
{
color: #AA600D;
}
.AnyTagClassName
{
color: #AA600D;
}
</style>
background-color css
<style>
a { background-color: #AA600D; }
a { background-color: rgb(170,96,13); }
div.DivClassName
{
background-color: #AA600D;
}
.BgClassName
{
background-color: #AA600D;
}
</style>
border-color css
<style>
span { border-color: #AA600D; }
span { border-color: rgb(170,96,13); }
td.TdClassName
{
border-color: #AA600D;
}
.TagClassName
{
border-color: #AA600D;
}
</style>