Shades of Golden Brown #AA6403
Tints of Golden Brown #AA6403
RGB
CMYK
RGB Variations
Color information
#AA6403 (or 0xAA6403) is known color: Golden Brown. HEX triplet: AA, 64 and 03. RGB value is (170,100,3). Sum of RGB (Red+Green+Blue) = 170+100+3=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6403 is #559BFC. Grayscale: #6E6E6E. Windows color (decimal): -5610493 or 222378. OLE color: 222378.
HSL color Cylindrical-coordinate representation of color #AA6403: hue angle of 34.85º 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 #AA6403 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 3 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.33 |
| HSL | 34.85º | 0.97% | 0.34% | - |
| HSV(B) | 34.85º | 0.98% | 0.67% | - |
| XYZ | 21.15 | 17.67 | 2.38 | - |
| YUV | 109.87 | 67.69 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 3 | 0 | 0.41 | 0.98 | 0.33 | 34.85 | 0.97 | 0.34 |
| Hex | AA | 64 | 3 | 0 | 29 | 62 | 21 | 23 | 61 | 22 |
| Octal | 252 | 144 | 3 | 0 | 51 | 142 | 41 | 43 | 141 | 42 |
| Binary | 10101010 | 1100100 | 11 | 0 | 101001 | 1100010 | 100001 | 100011 | 1100001 | 100010 |
Color Harmonies of #AA6403
Complementary color
Monochromatic Colors of #AA6403
Black with #AA6403
Text Example
Text Example
White with #AA6403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6403; }
p { color: rgb(170,100,3); }
H1.HeaderClassName
{
color: #AA6403;
}
.AnyTagClassName
{
color: #AA6403;
}
</style>
background-color css
<style>
a { background-color: #AA6403; }
a { background-color: rgb(170,100,3); }
div.DivClassName
{
background-color: #AA6403;
}
.BgClassName
{
background-color: #AA6403;
}
</style>
border-color css
<style>
span { border-color: #AA6403; }
span { border-color: rgb(170,100,3); }
td.TdClassName
{
border-color: #AA6403;
}
.TagClassName
{
border-color: #AA6403;
}
</style>