Shades of Golden Brown #A05D01
Tints of Golden Brown #A05D01
RGB
CMYK
RGB Variations
Color information
#A05D01 (or 0xA05D01) is known color: Golden Brown. HEX triplet: A0, 5D and 01. RGB value is (160,93,1). Sum of RGB (Red+Green+Blue) = 160+93+1=254 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.99% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 160 - color contains mainly: red. Hex color #A05D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05D01 is #5FA2FE. Grayscale: #666666. Windows color (decimal): -6267647 or 89504. OLE color: 89504.
HSL color Cylindrical-coordinate representation of color #A05D01: hue angle of 34.72º degrees, saturation: 0.99, 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 #A05D01 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 93 | 1 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.37 |
| HSL | 34.72º | 0.99% | 0.32% | - |
| HSV(B) | 34.72º | 0.99% | 0.63% | - |
| XYZ | 18.42 | 15.3 | 2.01 | - |
| YUV | 102.55 | 70.7 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 1 | 0 | 0.42 | 0.99 | 0.37 | 34.72 | 0.99 | 0.32 |
| Hex | A0 | 5D | 1 | 0 | 2A | 63 | 25 | 23 | 63 | 20 |
| Octal | 240 | 135 | 1 | 0 | 52 | 143 | 45 | 43 | 143 | 40 |
| Binary | 10100000 | 1011101 | 1 | 0 | 101010 | 1100011 | 100101 | 100011 | 1100011 | 100000 |
Color Harmonies of #A05D01
Complementary color
Monochromatic Colors of #A05D01
Black with #A05D01
Text Example
Text Example
White with #A05D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05D01; }
p { color: rgb(160,93,1); }
H1.HeaderClassName
{
color: #A05D01;
}
.AnyTagClassName
{
color: #A05D01;
}
</style>
background-color css
<style>
a { background-color: #A05D01; }
a { background-color: rgb(160,93,1); }
div.DivClassName
{
background-color: #A05D01;
}
.BgClassName
{
background-color: #A05D01;
}
</style>
border-color css
<style>
span { border-color: #A05D01; }
span { border-color: rgb(160,93,1); }
td.TdClassName
{
border-color: #A05D01;
}
.TagClassName
{
border-color: #A05D01;
}
</style>