Shades of Golden Brown #A85D00
Tints of Golden Brown #A85D00
RGB
CMYK
RGB Variations
Color information
#A85D00 (or 0xA85D00) is known color: Golden Brown. HEX triplet: A8, 5D and 00. RGB value is (168,93,0). Sum of RGB (Red+Green+Blue) = 168+93+0=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A85D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85D00 is #57A2FF. Grayscale: #696969. Windows color (decimal): -5743360 or 23976. OLE color: 23976.
HSL color Cylindrical-coordinate representation of color #A85D00: hue angle of 33.21º 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 #A85D00 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 93 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.34 |
| HSL | 33.21º | 1% | 0.33% | - |
| HSV(B) | 33.21º | 1% | 0.66% | - |
| XYZ | 20.06 | 16.15 | 2.06 | - |
| YUV | 104.82 | 68.85 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 93 | 0 | 0 | 0.45 | 1 | 0.34 | 33.21 | 1 | 0.33 |
| Hex | A8 | 5D | 0 | 0 | 2D | 64 | 22 | 21 | 64 | 21 |
| Octal | 250 | 135 | 0 | 0 | 55 | 144 | 42 | 41 | 144 | 41 |
| Binary | 10101000 | 1011101 | 0 | 0 | 101101 | 1100100 | 100010 | 100001 | 1100100 | 100001 |
Color Harmonies of #A85D00
Complementary color
Monochromatic Colors of #A85D00
Black with #A85D00
Text Example
Text Example
White with #A85D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85D00; }
p { color: rgb(168,93,0); }
H1.HeaderClassName
{
color: #A85D00;
}
.AnyTagClassName
{
color: #A85D00;
}
</style>
background-color css
<style>
a { background-color: #A85D00; }
a { background-color: rgb(168,93,0); }
div.DivClassName
{
background-color: #A85D00;
}
.BgClassName
{
background-color: #A85D00;
}
</style>
border-color css
<style>
span { border-color: #A85D00; }
span { border-color: rgb(168,93,0); }
td.TdClassName
{
border-color: #A85D00;
}
.TagClassName
{
border-color: #A85D00;
}
</style>