Shades of Golden Brown #AA5603
Tints of Golden Brown #AA5603
RGB
CMYK
RGB Variations
Color information
#AA5603 (or 0xAA5603) is known color: Golden Brown. HEX triplet: AA, 56 and 03. RGB value is (170,86,3). Sum of RGB (Red+Green+Blue) = 170+86+3=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5603 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5603 is #55A9FC. Grayscale: #666666. Windows color (decimal): -5614077 or 218794. OLE color: 218794.
HSL color Cylindrical-coordinate representation of color #AA5603: hue angle of 29.82º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA5603 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 3 | - |
| CMYK | 0 | 0.49 | 0.98 | 0.33 |
| HSL | 29.82º | 0.97% | 0.34% | - |
| HSV(B) | 29.82º | 0.98% | 0.67% | - |
| XYZ | 19.92 | 15.21 | 1.97 | - |
| YUV | 101.65 | 72.33 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 3 | 0 | 0.49 | 0.98 | 0.33 | 29.82 | 0.97 | 0.34 |
| Hex | AA | 56 | 3 | 0 | 31 | 62 | 21 | 1E | 61 | 22 |
| Octal | 252 | 126 | 3 | 0 | 61 | 142 | 41 | 36 | 141 | 42 |
| Binary | 10101010 | 1010110 | 11 | 0 | 110001 | 1100010 | 100001 | 11110 | 1100001 | 100010 |
Color Harmonies of #AA5603
Complementary color
Monochromatic Colors of #AA5603
Black with #AA5603
Text Example
Text Example
White with #AA5603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5603; }
p { color: rgb(170,86,3); }
H1.HeaderClassName
{
color: #AA5603;
}
.AnyTagClassName
{
color: #AA5603;
}
</style>
background-color css
<style>
a { background-color: #AA5603; }
a { background-color: rgb(170,86,3); }
div.DivClassName
{
background-color: #AA5603;
}
.BgClassName
{
background-color: #AA5603;
}
</style>
border-color css
<style>
span { border-color: #AA5603; }
span { border-color: rgb(170,86,3); }
td.TdClassName
{
border-color: #AA5603;
}
.TagClassName
{
border-color: #AA5603;
}
</style>