Shades of Golden Brown #A85605
Tints of Golden Brown #A85605
RGB
CMYK
RGB Variations
Color information
#A85605 (or 0xA85605) is known color: Golden Brown. HEX triplet: A8, 56 and 05. RGB value is (168,86,5). Sum of RGB (Red+Green+Blue) = 168+86+5=259 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.86% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 168 - color contains mainly: red. Hex color #A85605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85605 is #57A9FA. Grayscale: #656565. Windows color (decimal): -5745147 or 349864. OLE color: 349864.
HSL color Cylindrical-coordinate representation of color #A85605: hue angle of 29.82º 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 #A85605 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 86 | 5 | - |
| CMYK | 0 | 0.49 | 0.97 | 0.34 |
| HSL | 29.82º | 0.94% | 0.34% | - |
| HSV(B) | 29.82º | 0.97% | 0.66% | - |
| XYZ | 19.5 | 14.99 | 2.01 | - |
| YUV | 101.28 | 73.67 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 5 | 0 | 0.49 | 0.97 | 0.34 | 29.82 | 0.94 | 0.34 |
| Hex | A8 | 56 | 5 | 0 | 31 | 61 | 22 | 1E | 5E | 22 |
| Octal | 250 | 126 | 5 | 0 | 61 | 141 | 42 | 36 | 136 | 42 |
| Binary | 10101000 | 1010110 | 101 | 0 | 110001 | 1100001 | 100010 | 11110 | 1011110 | 100010 |
Color Harmonies of #A85605
Complementary color
Monochromatic Colors of #A85605
Black with #A85605
Text Example
Text Example
White with #A85605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85605; }
p { color: rgb(168,86,5); }
H1.HeaderClassName
{
color: #A85605;
}
.AnyTagClassName
{
color: #A85605;
}
</style>
background-color css
<style>
a { background-color: #A85605; }
a { background-color: rgb(168,86,5); }
div.DivClassName
{
background-color: #A85605;
}
.BgClassName
{
background-color: #A85605;
}
</style>
border-color css
<style>
span { border-color: #A85605; }
span { border-color: rgb(168,86,5); }
td.TdClassName
{
border-color: #A85605;
}
.TagClassName
{
border-color: #A85605;
}
</style>