Shades of Golden Brown #AA5A07
Tints of Golden Brown #AA5A07
RGB
CMYK
RGB Variations
Color information
#AA5A07 (or 0xAA5A07) is known color: Golden Brown. HEX triplet: AA, 5A and 07. RGB value is (170,90,7). Sum of RGB (Red+Green+Blue) = 170+90+7=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 7 (3.12% from 255 or 2.62% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5A07 is #55A5F8. Grayscale: #686868. Windows color (decimal): -5613049 or 481962. OLE color: 481962.
HSL color Cylindrical-coordinate representation of color #AA5A07: hue angle of 30.55º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA5A07 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 7 | - |
| CMYK | 0 | 0.47 | 0.96 | 0.33 |
| HSL | 30.55º | 0.92% | 0.35% | - |
| HSV(B) | 30.55º | 0.96% | 0.67% | - |
| XYZ | 20.27 | 15.87 | 2.2 | - |
| YUV | 104.46 | 73 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 7 | 0 | 0.47 | 0.96 | 0.33 | 30.55 | 0.92 | 0.35 |
| Hex | AA | 5A | 7 | 0 | 2F | 60 | 21 | 1F | 5C | 23 |
| Octal | 252 | 132 | 7 | 0 | 57 | 140 | 41 | 37 | 134 | 43 |
| Binary | 10101010 | 1011010 | 111 | 0 | 101111 | 1100000 | 100001 | 11111 | 1011100 | 100011 |
Color Harmonies of #AA5A07
Complementary color
Monochromatic Colors of #AA5A07
Black with #AA5A07
Text Example
Text Example
White with #AA5A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A07; }
p { color: rgb(170,90,7); }
H1.HeaderClassName
{
color: #AA5A07;
}
.AnyTagClassName
{
color: #AA5A07;
}
</style>
background-color css
<style>
a { background-color: #AA5A07; }
a { background-color: rgb(170,90,7); }
div.DivClassName
{
background-color: #AA5A07;
}
.BgClassName
{
background-color: #AA5A07;
}
</style>
border-color css
<style>
span { border-color: #AA5A07; }
span { border-color: rgb(170,90,7); }
td.TdClassName
{
border-color: #AA5A07;
}
.TagClassName
{
border-color: #AA5A07;
}
</style>