Shades of Golden Brown #A85C00
Tints of Golden Brown #A85C00
RGB
CMYK
RGB Variations
Color information
#A85C00 (or 0xA85C00) is known color: Golden Brown. HEX triplet: A8, 5C and 00. RGB value is (168,92,0). Sum of RGB (Red+Green+Blue) = 168+92+0=260 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.62% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 168 - color contains mainly: red. Hex color #A85C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85C00 is #57A3FF. Grayscale: #686868. Windows color (decimal): -5743616 or 23720. OLE color: 23720.
HSL color Cylindrical-coordinate representation of color #A85C00: hue angle of 32.86º 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 #A85C00 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 92 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.34 |
| HSL | 32.86º | 1% | 0.33% | - |
| HSV(B) | 32.86º | 1% | 0.66% | - |
| XYZ | 19.98 | 15.98 | 2.03 | - |
| YUV | 104.24 | 69.18 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 92 | 0 | 0 | 0.45 | 1 | 0.34 | 32.86 | 1 | 0.33 |
| Hex | A8 | 5C | 0 | 0 | 2D | 64 | 22 | 21 | 64 | 21 |
| Octal | 250 | 134 | 0 | 0 | 55 | 144 | 42 | 41 | 144 | 41 |
| Binary | 10101000 | 1011100 | 0 | 0 | 101101 | 1100100 | 100010 | 100001 | 1100100 | 100001 |
Color Harmonies of #A85C00
Complementary color
Monochromatic Colors of #A85C00
Black with #A85C00
Text Example
Text Example
White with #A85C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85C00; }
p { color: rgb(168,92,0); }
H1.HeaderClassName
{
color: #A85C00;
}
.AnyTagClassName
{
color: #A85C00;
}
</style>
background-color css
<style>
a { background-color: #A85C00; }
a { background-color: rgb(168,92,0); }
div.DivClassName
{
background-color: #A85C00;
}
.BgClassName
{
background-color: #A85C00;
}
</style>
border-color css
<style>
span { border-color: #A85C00; }
span { border-color: rgb(168,92,0); }
td.TdClassName
{
border-color: #A85C00;
}
.TagClassName
{
border-color: #A85C00;
}
</style>