Shades of Golden Brown #A85800
Tints of Golden Brown #A85800
RGB
CMYK
RGB Variations
Color information
#A85800 (or 0xA85800) is known color: Golden Brown. HEX triplet: A8, 58 and 00. RGB value is (168,88,0). Sum of RGB (Red+Green+Blue) = 168+88+0=256 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.62% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 168 - color contains mainly: red. Hex color #A85800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85800 is #57A7FF. Grayscale: #666666. Windows color (decimal): -5744640 or 22696. OLE color: 22696.
HSL color Cylindrical-coordinate representation of color #A85800: hue angle of 31.43º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A85800 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 88 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.34 |
| HSL | 31.43º | 1% | 0.33% | - |
| HSV(B) | 31.43º | 1% | 0.66% | - |
| XYZ | 19.64 | 15.3 | 1.92 | - |
| YUV | 101.89 | 70.5 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 0 | 0 | 0.48 | 1 | 0.34 | 31.43 | 1 | 0.33 |
| Hex | A8 | 58 | 0 | 0 | 30 | 64 | 22 | 1F | 64 | 21 |
| Octal | 250 | 130 | 0 | 0 | 60 | 144 | 42 | 37 | 144 | 41 |
| Binary | 10101000 | 1011000 | 0 | 0 | 110000 | 1100100 | 100010 | 11111 | 1100100 | 100001 |
Color Harmonies of #A85800
Complementary color
Monochromatic Colors of #A85800
Black with #A85800
Text Example
Text Example
White with #A85800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85800; }
p { color: rgb(168,88,0); }
H1.HeaderClassName
{
color: #A85800;
}
.AnyTagClassName
{
color: #A85800;
}
</style>
background-color css
<style>
a { background-color: #A85800; }
a { background-color: rgb(168,88,0); }
div.DivClassName
{
background-color: #A85800;
}
.BgClassName
{
background-color: #A85800;
}
</style>
border-color css
<style>
span { border-color: #A85800; }
span { border-color: rgb(168,88,0); }
td.TdClassName
{
border-color: #A85800;
}
.TagClassName
{
border-color: #A85800;
}
</style>