Shades of Golden Brown #AA5D03
Tints of Golden Brown #AA5D03
RGB
CMYK
RGB Variations
Color information
#AA5D03 (or 0xAA5D03) is known color: Golden Brown. HEX triplet: AA, 5D and 03. RGB value is (170,93,3). Sum of RGB (Red+Green+Blue) = 170+93+3=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5D03 is #55A2FC. Grayscale: #6A6A6A. Windows color (decimal): -5612285 or 220586. OLE color: 220586.
HSL color Cylindrical-coordinate representation of color #AA5D03: hue angle of 32.34º 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 #AA5D03 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 93 | 3 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.33 |
| HSL | 32.34º | 0.97% | 0.34% | - |
| HSV(B) | 32.34º | 0.98% | 0.67% | - |
| XYZ | 20.51 | 16.38 | 2.17 | - |
| YUV | 105.76 | 70.01 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 3 | 0 | 0.45 | 0.98 | 0.33 | 32.34 | 0.97 | 0.34 |
| Hex | AA | 5D | 3 | 0 | 2D | 62 | 21 | 20 | 61 | 22 |
| Octal | 252 | 135 | 3 | 0 | 55 | 142 | 41 | 40 | 141 | 42 |
| Binary | 10101010 | 1011101 | 11 | 0 | 101101 | 1100010 | 100001 | 100000 | 1100001 | 100010 |
Color Harmonies of #AA5D03
Complementary color
Monochromatic Colors of #AA5D03
Black with #AA5D03
Text Example
Text Example
White with #AA5D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5D03; }
p { color: rgb(170,93,3); }
H1.HeaderClassName
{
color: #AA5D03;
}
.AnyTagClassName
{
color: #AA5D03;
}
</style>
background-color css
<style>
a { background-color: #AA5D03; }
a { background-color: rgb(170,93,3); }
div.DivClassName
{
background-color: #AA5D03;
}
.BgClassName
{
background-color: #AA5D03;
}
</style>
border-color css
<style>
span { border-color: #AA5D03; }
span { border-color: rgb(170,93,3); }
td.TdClassName
{
border-color: #AA5D03;
}
.TagClassName
{
border-color: #AA5D03;
}
</style>