Shades of Golden Brown #A05808
Tints of Golden Brown #A05808
RGB
CMYK
RGB Variations
Color information
#A05808 (or 0xA05808) is known color: Golden Brown. HEX triplet: A0, 58 and 08. RGB value is (160,88,8). Sum of RGB (Red+Green+Blue) = 160+88+8=256 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.5% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 160 - color contains mainly: red. Hex color #A05808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05808 is #5FA7F7. Grayscale: #646464. Windows color (decimal): -6268920 or 546976. OLE color: 546976.
HSL color Cylindrical-coordinate representation of color #A05808: hue angle of 31.58º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A05808 is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 88 | 8 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.37 |
| HSL | 31.58º | 0.9% | 0.33% | - |
| HSV(B) | 31.58º | 0.95% | 0.63% | - |
| XYZ | 18.03 | 14.47 | 2.07 | - |
| YUV | 100.41 | 75.85 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 88 | 8 | 0 | 0.45 | 0.95 | 0.37 | 31.58 | 0.9 | 0.33 |
| Hex | A0 | 58 | 8 | 0 | 2D | 5F | 25 | 20 | 5A | 21 |
| Octal | 240 | 130 | 10 | 0 | 55 | 137 | 45 | 40 | 132 | 41 |
| Binary | 10100000 | 1011000 | 1000 | 0 | 101101 | 1011111 | 100101 | 100000 | 1011010 | 100001 |
Color Harmonies of #A05808
Complementary color
Monochromatic Colors of #A05808
Black with #A05808
Text Example
Text Example
White with #A05808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05808; }
p { color: rgb(160,88,8); }
H1.HeaderClassName
{
color: #A05808;
}
.AnyTagClassName
{
color: #A05808;
}
</style>
background-color css
<style>
a { background-color: #A05808; }
a { background-color: rgb(160,88,8); }
div.DivClassName
{
background-color: #A05808;
}
.BgClassName
{
background-color: #A05808;
}
</style>
border-color css
<style>
span { border-color: #A05808; }
span { border-color: rgb(160,88,8); }
td.TdClassName
{
border-color: #A05808;
}
.TagClassName
{
border-color: #A05808;
}
</style>