Shades of Golden Brown #A05802
Tints of Golden Brown #A05802
RGB
CMYK
RGB Variations
Color information
#A05802 (or 0xA05802) is known color: Golden Brown. HEX triplet: A0, 58 and 02. RGB value is (160,88,2). Sum of RGB (Red+Green+Blue) = 160+88+2=250 (33% of max value = 765). Red value is 160 (62.89% from 255 or 64% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 160 - color contains mainly: red. Hex color #A05802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05802 is #5FA7FD. Grayscale: #646464. Windows color (decimal): -6268926 or 153760. OLE color: 153760.
HSL color Cylindrical-coordinate representation of color #A05802: hue angle of 32.66º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A05802 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 88 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.37 |
| HSL | 32.66º | 0.98% | 0.32% | - |
| HSV(B) | 32.66º | 0.99% | 0.63% | - |
| XYZ | 18 | 14.46 | 1.9 | - |
| YUV | 99.72 | 72.85 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 88 | 2 | 0 | 0.45 | 0.99 | 0.37 | 32.66 | 0.98 | 0.32 |
| Hex | A0 | 58 | 2 | 0 | 2D | 63 | 25 | 21 | 62 | 20 |
| Octal | 240 | 130 | 2 | 0 | 55 | 143 | 45 | 41 | 142 | 40 |
| Binary | 10100000 | 1011000 | 10 | 0 | 101101 | 1100011 | 100101 | 100001 | 1100010 | 100000 |
Color Harmonies of #A05802
Complementary color
Monochromatic Colors of #A05802
Black with #A05802
Text Example
Text Example
White with #A05802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05802; }
p { color: rgb(160,88,2); }
H1.HeaderClassName
{
color: #A05802;
}
.AnyTagClassName
{
color: #A05802;
}
</style>
background-color css
<style>
a { background-color: #A05802; }
a { background-color: rgb(160,88,2); }
div.DivClassName
{
background-color: #A05802;
}
.BgClassName
{
background-color: #A05802;
}
</style>
border-color css
<style>
span { border-color: #A05802; }
span { border-color: rgb(160,88,2); }
td.TdClassName
{
border-color: #A05802;
}
.TagClassName
{
border-color: #A05802;
}
</style>