Shades of Golden Brown #A05A07
Tints of Golden Brown #A05A07
RGB
CMYK
RGB Variations
Color information
#A05A07 (or 0xA05A07) is known color: Golden Brown. HEX triplet: A0, 5A and 07. RGB value is (160,90,7). Sum of RGB (Red+Green+Blue) = 160+90+7=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 7 (3.12% from 255 or 2.72% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05A07 is #5FA5F8. Grayscale: #656565. Windows color (decimal): -6268409 or 481952. OLE color: 481952.
HSL color Cylindrical-coordinate representation of color #A05A07: hue angle of 32.55º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A05A07 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 90 | 7 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.37 |
| HSL | 32.55º | 0.92% | 0.33% | - |
| HSV(B) | 32.55º | 0.96% | 0.63% | - |
| XYZ | 18.19 | 14.8 | 2.1 | - |
| YUV | 101.47 | 74.69 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 90 | 7 | 0 | 0.44 | 0.96 | 0.37 | 32.55 | 0.92 | 0.33 |
| Hex | A0 | 5A | 7 | 0 | 2C | 60 | 25 | 21 | 5C | 21 |
| Octal | 240 | 132 | 7 | 0 | 54 | 140 | 45 | 41 | 134 | 41 |
| Binary | 10100000 | 1011010 | 111 | 0 | 101100 | 1100000 | 100101 | 100001 | 1011100 | 100001 |
Color Harmonies of #A05A07
Complementary color
Monochromatic Colors of #A05A07
Black with #A05A07
Text Example
Text Example
White with #A05A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05A07; }
p { color: rgb(160,90,7); }
H1.HeaderClassName
{
color: #A05A07;
}
.AnyTagClassName
{
color: #A05A07;
}
</style>
background-color css
<style>
a { background-color: #A05A07; }
a { background-color: rgb(160,90,7); }
div.DivClassName
{
background-color: #A05A07;
}
.BgClassName
{
background-color: #A05A07;
}
</style>
border-color css
<style>
span { border-color: #A05A07; }
span { border-color: rgb(160,90,7); }
td.TdClassName
{
border-color: #A05A07;
}
.TagClassName
{
border-color: #A05A07;
}
</style>