Shades of Golden Brown #A85F05
Tints of Golden Brown #A85F05
RGB
CMYK
RGB Variations
Color information
#A85F05 (or 0xA85F05) is known color: Golden Brown. HEX triplet: A8, 5F and 05. RGB value is (168,95,5). Sum of RGB (Red+Green+Blue) = 168+95+5=268 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.69% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85F05 is #57A0FA. Grayscale: #6A6A6A. Windows color (decimal): -5742843 or 352168. OLE color: 352168.
HSL color Cylindrical-coordinate representation of color #A85F05: hue angle of 33.13º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A85F05 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 95 | 5 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.34 |
| HSL | 33.13º | 0.94% | 0.34% | - |
| HSV(B) | 33.13º | 0.97% | 0.66% | - |
| XYZ | 20.27 | 16.52 | 2.26 | - |
| YUV | 106.57 | 70.68 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 5 | 0 | 0.43 | 0.97 | 0.34 | 33.13 | 0.94 | 0.34 |
| Hex | A8 | 5F | 5 | 0 | 2B | 61 | 22 | 21 | 5E | 22 |
| Octal | 250 | 137 | 5 | 0 | 53 | 141 | 42 | 41 | 136 | 42 |
| Binary | 10101000 | 1011111 | 101 | 0 | 101011 | 1100001 | 100010 | 100001 | 1011110 | 100010 |
Color Harmonies of #A85F05
Complementary color
Monochromatic Colors of #A85F05
Black with #A85F05
Text Example
Text Example
White with #A85F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85F05; }
p { color: rgb(168,95,5); }
H1.HeaderClassName
{
color: #A85F05;
}
.AnyTagClassName
{
color: #A85F05;
}
</style>
background-color css
<style>
a { background-color: #A85F05; }
a { background-color: rgb(168,95,5); }
div.DivClassName
{
background-color: #A85F05;
}
.BgClassName
{
background-color: #A85F05;
}
</style>
border-color css
<style>
span { border-color: #A85F05; }
span { border-color: rgb(168,95,5); }
td.TdClassName
{
border-color: #A85F05;
}
.TagClassName
{
border-color: #A85F05;
}
</style>