Shades of Golden Brown #A85A0A
Tints of Golden Brown #A85A0A
RGB
CMYK
RGB Variations
Color information
#A85A0A (or 0xA85A0A) is known color: Golden Brown. HEX triplet: A8, 5A and 0A. RGB value is (168,90,10). Sum of RGB (Red+Green+Blue) = 168+90+10=268 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.69% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85A0A is #57A5F5. Grayscale: #686868. Windows color (decimal): -5744118 or 678568. OLE color: 678568.
HSL color Cylindrical-coordinate representation of color #A85A0A: hue angle of 30.38º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A85A0A is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 90 | 10 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.34 |
| HSL | 30.38º | 0.89% | 0.35% | - |
| HSV(B) | 30.38º | 0.94% | 0.66% | - |
| XYZ | 19.86 | 15.66 | 2.26 | - |
| YUV | 104.2 | 74.84 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 10 | 0 | 0.46 | 0.94 | 0.34 | 30.38 | 0.89 | 0.35 |
| Hex | A8 | 5A | A | 0 | 2E | 5E | 22 | 1E | 59 | 23 |
| Octal | 250 | 132 | 12 | 0 | 56 | 136 | 42 | 36 | 131 | 43 |
| Binary | 10101000 | 1011010 | 1010 | 0 | 101110 | 1011110 | 100010 | 11110 | 1011001 | 100011 |
Color Harmonies of #A85A0A
Complementary color
Monochromatic Colors of #A85A0A
Black with #A85A0A
Text Example
Text Example
White with #A85A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85A0A; }
p { color: rgb(168,90,10); }
H1.HeaderClassName
{
color: #A85A0A;
}
.AnyTagClassName
{
color: #A85A0A;
}
</style>
background-color css
<style>
a { background-color: #A85A0A; }
a { background-color: rgb(168,90,10); }
div.DivClassName
{
background-color: #A85A0A;
}
.BgClassName
{
background-color: #A85A0A;
}
</style>
border-color css
<style>
span { border-color: #A85A0A; }
span { border-color: rgb(168,90,10); }
td.TdClassName
{
border-color: #A85A0A;
}
.TagClassName
{
border-color: #A85A0A;
}
</style>