Shades of Golden Brown #A05505
Tints of Golden Brown #A05505
RGB
CMYK
RGB Variations
Color information
#A05505 (or 0xA05505) is known color: Golden Brown. HEX triplet: A0, 55 and 05. RGB value is (160,85,5). Sum of RGB (Red+Green+Blue) = 160+85+5=250 (33% of max value = 765). Red value is 160 (62.89% from 255 or 64% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 160 - color contains mainly: red. Hex color #A05505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05505 is #5FAAFA. Grayscale: #626262. Windows color (decimal): -6269691 or 349600. OLE color: 349600.
HSL color Cylindrical-coordinate representation of color #A05505: hue angle of 30.97º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A05505 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 85 | 5 | - |
| CMYK | 0 | 0.47 | 0.97 | 0.37 |
| HSL | 30.97º | 0.94% | 0.32% | - |
| HSV(B) | 30.97º | 0.97% | 0.63% | - |
| XYZ | 17.77 | 13.98 | 1.91 | - |
| YUV | 98.31 | 75.35 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 85 | 5 | 0 | 0.47 | 0.97 | 0.37 | 30.97 | 0.94 | 0.32 |
| Hex | A0 | 55 | 5 | 0 | 2F | 61 | 25 | 1F | 5E | 20 |
| Octal | 240 | 125 | 5 | 0 | 57 | 141 | 45 | 37 | 136 | 40 |
| Binary | 10100000 | 1010101 | 101 | 0 | 101111 | 1100001 | 100101 | 11111 | 1011110 | 100000 |
Color Harmonies of #A05505
Complementary color
Monochromatic Colors of #A05505
Black with #A05505
Text Example
Text Example
White with #A05505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05505; }
p { color: rgb(160,85,5); }
H1.HeaderClassName
{
color: #A05505;
}
.AnyTagClassName
{
color: #A05505;
}
</style>
background-color css
<style>
a { background-color: #A05505; }
a { background-color: rgb(160,85,5); }
div.DivClassName
{
background-color: #A05505;
}
.BgClassName
{
background-color: #A05505;
}
</style>
border-color css
<style>
span { border-color: #A05505; }
span { border-color: rgb(160,85,5); }
td.TdClassName
{
border-color: #A05505;
}
.TagClassName
{
border-color: #A05505;
}
</style>