Shades of Golden Brown #AA5D07
Tints of Golden Brown #AA5D07
RGB
CMYK
RGB Variations
Color information
#AA5D07 (or 0xAA5D07) is known color: Golden Brown. HEX triplet: AA, 5D and 07. RGB value is (170,93,7). Sum of RGB (Red+Green+Blue) = 170+93+7=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 7 (3.12% from 255 or 2.59% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5D07 is #55A2F8. Grayscale: #6A6A6A. Windows color (decimal): -5612281 or 482730. OLE color: 482730.
HSL color Cylindrical-coordinate representation of color #AA5D07: hue angle of 31.66º 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 #AA5D07 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 93 | 7 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.33 |
| HSL | 31.66º | 0.92% | 0.35% | - |
| HSV(B) | 31.66º | 0.96% | 0.67% | - |
| XYZ | 20.53 | 16.39 | 2.28 | - |
| YUV | 106.22 | 72.01 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 7 | 0 | 0.45 | 0.96 | 0.33 | 31.66 | 0.92 | 0.35 |
| Hex | AA | 5D | 7 | 0 | 2D | 60 | 21 | 20 | 5C | 23 |
| Octal | 252 | 135 | 7 | 0 | 55 | 140 | 41 | 40 | 134 | 43 |
| Binary | 10101010 | 1011101 | 111 | 0 | 101101 | 1100000 | 100001 | 100000 | 1011100 | 100011 |
Color Harmonies of #AA5D07
Complementary color
Monochromatic Colors of #AA5D07
Black with #AA5D07
Text Example
Text Example
White with #AA5D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5D07; }
p { color: rgb(170,93,7); }
H1.HeaderClassName
{
color: #AA5D07;
}
.AnyTagClassName
{
color: #AA5D07;
}
</style>
background-color css
<style>
a { background-color: #AA5D07; }
a { background-color: rgb(170,93,7); }
div.DivClassName
{
background-color: #AA5D07;
}
.BgClassName
{
background-color: #AA5D07;
}
</style>
border-color css
<style>
span { border-color: #AA5D07; }
span { border-color: rgb(170,93,7); }
td.TdClassName
{
border-color: #AA5D07;
}
.TagClassName
{
border-color: #AA5D07;
}
</style>