Shades of Golden Brown #A85E13
Tints of Golden Brown #A85E13
RGB
CMYK
RGB Variations
Color information
#A85E13 (or 0xA85E13) is known color: Golden Brown. HEX triplet: A8, 5E and 13. RGB value is (168,94,19). Sum of RGB (Red+Green+Blue) = 168+94+19=281 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.79% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85E13 is #57A1EC. Grayscale: #6B6B6B. Windows color (decimal): -5743085 or 1269416. OLE color: 1269416.
HSL color Cylindrical-coordinate representation of color #A85E13: hue angle of 30.2º 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 #A85E13 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 94 | 19 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.34 |
| HSL | 30.2º | 0.8% | 0.37% | - |
| HSV(B) | 30.2º | 0.89% | 0.66% | - |
| XYZ | 20.27 | 16.38 | 2.71 | - |
| YUV | 107.58 | 78.02 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 94 | 19 | 0 | 0.44 | 0.89 | 0.34 | 30.2 | 0.8 | 0.37 |
| Hex | A8 | 5E | 13 | 0 | 2C | 59 | 22 | 1E | 50 | 25 |
| Octal | 250 | 136 | 23 | 0 | 54 | 131 | 42 | 36 | 120 | 45 |
| Binary | 10101000 | 1011110 | 10011 | 0 | 101100 | 1011001 | 100010 | 11110 | 1010000 | 100101 |
Color Harmonies of #A85E13
Complementary color
Monochromatic Colors of #A85E13
Black with #A85E13
Text Example
Text Example
White with #A85E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85E13; }
p { color: rgb(168,94,19); }
H1.HeaderClassName
{
color: #A85E13;
}
.AnyTagClassName
{
color: #A85E13;
}
</style>
background-color css
<style>
a { background-color: #A85E13; }
a { background-color: rgb(168,94,19); }
div.DivClassName
{
background-color: #A85E13;
}
.BgClassName
{
background-color: #A85E13;
}
</style>
border-color css
<style>
span { border-color: #A85E13; }
span { border-color: rgb(168,94,19); }
td.TdClassName
{
border-color: #A85E13;
}
.TagClassName
{
border-color: #A85E13;
}
</style>