Shades of Golden Brown #A85912
Tints of Golden Brown #A85912
RGB
CMYK
RGB Variations
Color information
#A85912 (or 0xA85912) is known color: Golden Brown. HEX triplet: A8, 59 and 12. RGB value is (168,89,18). Sum of RGB (Red+Green+Blue) = 168+89+18=275 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.09% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 168 - color contains mainly: red. Hex color #A85912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85912 is #57A6ED. Grayscale: #686868. Windows color (decimal): -5744366 or 1202600. OLE color: 1202600.
HSL color Cylindrical-coordinate representation of color #A85912: hue angle of 28.4º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A85912 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 89 | 18 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.34 |
| HSL | 28.4º | 0.81% | 0.36% | - |
| HSV(B) | 28.4º | 0.89% | 0.66% | - |
| XYZ | 19.83 | 15.51 | 2.52 | - |
| YUV | 104.53 | 79.17 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 18 | 0 | 0.47 | 0.89 | 0.34 | 28.4 | 0.81 | 0.36 |
| Hex | A8 | 59 | 12 | 0 | 2F | 59 | 22 | 1C | 51 | 24 |
| Octal | 250 | 131 | 22 | 0 | 57 | 131 | 42 | 34 | 121 | 44 |
| Binary | 10101000 | 1011001 | 10010 | 0 | 101111 | 1011001 | 100010 | 11100 | 1010001 | 100100 |
Color Harmonies of #A85912
Complementary color
Monochromatic Colors of #A85912
Black with #A85912
Text Example
Text Example
White with #A85912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85912; }
p { color: rgb(168,89,18); }
H1.HeaderClassName
{
color: #A85912;
}
.AnyTagClassName
{
color: #A85912;
}
</style>
background-color css
<style>
a { background-color: #A85912; }
a { background-color: rgb(168,89,18); }
div.DivClassName
{
background-color: #A85912;
}
.BgClassName
{
background-color: #A85912;
}
</style>
border-color css
<style>
span { border-color: #A85912; }
span { border-color: rgb(168,89,18); }
td.TdClassName
{
border-color: #A85912;
}
.TagClassName
{
border-color: #A85912;
}
</style>