Shades of Golden Brown #A85804
Tints of Golden Brown #A85804
RGB
CMYK
RGB Variations
Color information
#A85804 (or 0xA85804) is known color: Golden Brown. HEX triplet: A8, 58 and 04. RGB value is (168,88,4). Sum of RGB (Red+Green+Blue) = 168+88+4=260 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.62% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 168 - color contains mainly: red. Hex color #A85804 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85804 is #57A7FB. Grayscale: #666666. Windows color (decimal): -5744636 or 284840. OLE color: 284840.
HSL color Cylindrical-coordinate representation of color #A85804: hue angle of 30.73º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A85804 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 88 | 4 | - |
| CMYK | 0 | 0.48 | 0.98 | 0.34 |
| HSL | 30.73º | 0.95% | 0.34% | - |
| HSV(B) | 30.73º | 0.98% | 0.66% | - |
| XYZ | 19.66 | 15.31 | 2.03 | - |
| YUV | 102.34 | 72.5 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 4 | 0 | 0.48 | 0.98 | 0.34 | 30.73 | 0.95 | 0.34 |
| Hex | A8 | 58 | 4 | 0 | 30 | 62 | 22 | 1F | 5F | 22 |
| Octal | 250 | 130 | 4 | 0 | 60 | 142 | 42 | 37 | 137 | 42 |
| Binary | 10101000 | 1011000 | 100 | 0 | 110000 | 1100010 | 100010 | 11111 | 1011111 | 100010 |
Color Harmonies of #A85804
Complementary color
Monochromatic Colors of #A85804
Black with #A85804
Text Example
Text Example
White with #A85804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85804; }
p { color: rgb(168,88,4); }
H1.HeaderClassName
{
color: #A85804;
}
.AnyTagClassName
{
color: #A85804;
}
</style>
background-color css
<style>
a { background-color: #A85804; }
a { background-color: rgb(168,88,4); }
div.DivClassName
{
background-color: #A85804;
}
.BgClassName
{
background-color: #A85804;
}
</style>
border-color css
<style>
span { border-color: #A85804; }
span { border-color: rgb(168,88,4); }
td.TdClassName
{
border-color: #A85804;
}
.TagClassName
{
border-color: #A85804;
}
</style>