Shades of Golden Brown #A85F00
Tints of Golden Brown #A85F00
RGB
CMYK
RGB Variations
Color information
#A85F00 (or 0xA85F00) is known color: Golden Brown. HEX triplet: A8, 5F and 00. RGB value is (168,95,0). Sum of RGB (Red+Green+Blue) = 168+95+0=263 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.88% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85F00 is #57A0FF. Grayscale: #6A6A6A. Windows color (decimal): -5742848 or 24488. OLE color: 24488.
HSL color Cylindrical-coordinate representation of color #A85F00: hue angle of 33.93º 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 #A85F00 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 95 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.34 |
| HSL | 33.93º | 1% | 0.33% | - |
| HSV(B) | 33.93º | 1% | 0.66% | - |
| XYZ | 20.24 | 16.51 | 2.12 | - |
| YUV | 106 | 68.18 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 0 | 0 | 0.43 | 1 | 0.34 | 33.93 | 1 | 0.33 |
| Hex | A8 | 5F | 0 | 0 | 2B | 64 | 22 | 22 | 64 | 21 |
| Octal | 250 | 137 | 0 | 0 | 53 | 144 | 42 | 42 | 144 | 41 |
| Binary | 10101000 | 1011111 | 0 | 0 | 101011 | 1100100 | 100010 | 100010 | 1100100 | 100001 |
Color Harmonies of #A85F00
Complementary color
Monochromatic Colors of #A85F00
Black with #A85F00
Text Example
Text Example
White with #A85F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85F00; }
p { color: rgb(168,95,0); }
H1.HeaderClassName
{
color: #A85F00;
}
.AnyTagClassName
{
color: #A85F00;
}
</style>
background-color css
<style>
a { background-color: #A85F00; }
a { background-color: rgb(168,95,0); }
div.DivClassName
{
background-color: #A85F00;
}
.BgClassName
{
background-color: #A85F00;
}
</style>
border-color css
<style>
span { border-color: #A85F00; }
span { border-color: rgb(168,95,0); }
td.TdClassName
{
border-color: #A85F00;
}
.TagClassName
{
border-color: #A85F00;
}
</style>