Shades of Golden Brown #A85F13
Tints of Golden Brown #A85F13
RGB
CMYK
RGB Variations
Color information
#A85F13 (or 0xA85F13) is known color: Golden Brown. HEX triplet: A8, 5F and 13. RGB value is (168,95,19). Sum of RGB (Red+Green+Blue) = 168+95+19=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85F13 is #57A0EC. Grayscale: #6C6C6C. Windows color (decimal): -5742829 or 1269672. OLE color: 1269672.
HSL color Cylindrical-coordinate representation of color #A85F13: hue angle of 30.6º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A85F13 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 95 | 19 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.34 |
| HSL | 30.6º | 0.8% | 0.37% | - |
| HSV(B) | 30.6º | 0.89% | 0.66% | - |
| XYZ | 20.36 | 16.56 | 2.74 | - |
| YUV | 108.16 | 77.68 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 19 | 0 | 0.43 | 0.89 | 0.34 | 30.6 | 0.8 | 0.37 |
| Hex | A8 | 5F | 13 | 0 | 2B | 59 | 22 | 1F | 50 | 25 |
| Octal | 250 | 137 | 23 | 0 | 53 | 131 | 42 | 37 | 120 | 45 |
| Binary | 10101000 | 1011111 | 10011 | 0 | 101011 | 1011001 | 100010 | 11111 | 1010000 | 100101 |
Color Harmonies of #A85F13
Complementary color
Monochromatic Colors of #A85F13
Black with #A85F13
Text Example
Text Example
White with #A85F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85F13; }
p { color: rgb(168,95,19); }
H1.HeaderClassName
{
color: #A85F13;
}
.AnyTagClassName
{
color: #A85F13;
}
</style>
background-color css
<style>
a { background-color: #A85F13; }
a { background-color: rgb(168,95,19); }
div.DivClassName
{
background-color: #A85F13;
}
.BgClassName
{
background-color: #A85F13;
}
</style>
border-color css
<style>
span { border-color: #A85F13; }
span { border-color: rgb(168,95,19); }
td.TdClassName
{
border-color: #A85F13;
}
.TagClassName
{
border-color: #A85F13;
}
</style>