Shades of Golden Brown #A85B06
Tints of Golden Brown #A85B06
RGB
CMYK
RGB Variations
Color information
#A85B06 (or 0xA85B06) is known color: Golden Brown. HEX triplet: A8, 5B and 06. RGB value is (168,91,6). Sum of RGB (Red+Green+Blue) = 168+91+6=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A85B06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85B06 is #57A4F9. Grayscale: #686868. Windows color (decimal): -5743866 or 416680. OLE color: 416680.
HSL color Cylindrical-coordinate representation of color #A85B06: hue angle of 31.48º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A85B06 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 91 | 6 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.34 |
| HSL | 31.48º | 0.93% | 0.34% | - |
| HSV(B) | 31.48º | 0.96% | 0.66% | - |
| XYZ | 19.92 | 15.82 | 2.18 | - |
| YUV | 104.33 | 72.51 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 91 | 6 | 0 | 0.46 | 0.96 | 0.34 | 31.48 | 0.93 | 0.34 |
| Hex | A8 | 5B | 6 | 0 | 2E | 60 | 22 | 1F | 5D | 22 |
| Octal | 250 | 133 | 6 | 0 | 56 | 140 | 42 | 37 | 135 | 42 |
| Binary | 10101000 | 1011011 | 110 | 0 | 101110 | 1100000 | 100010 | 11111 | 1011101 | 100010 |
Color Harmonies of #A85B06
Complementary color
Monochromatic Colors of #A85B06
Black with #A85B06
Text Example
Text Example
White with #A85B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85B06; }
p { color: rgb(168,91,6); }
H1.HeaderClassName
{
color: #A85B06;
}
.AnyTagClassName
{
color: #A85B06;
}
</style>
background-color css
<style>
a { background-color: #A85B06; }
a { background-color: rgb(168,91,6); }
div.DivClassName
{
background-color: #A85B06;
}
.BgClassName
{
background-color: #A85B06;
}
</style>
border-color css
<style>
span { border-color: #A85B06; }
span { border-color: rgb(168,91,6); }
td.TdClassName
{
border-color: #A85B06;
}
.TagClassName
{
border-color: #A85B06;
}
</style>