Shades of Golden Brown #A95A0A
Tints of Golden Brown #A95A0A
RGB
CMYK
RGB Variations
Color information
#A95A0A (or 0xA95A0A) is known color: Golden Brown. HEX triplet: A9, 5A and 0A. RGB value is (169,90,10). Sum of RGB (Red+Green+Blue) = 169+90+10=269 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.83% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95A0A is #56A5F5. Grayscale: #686868. Windows color (decimal): -5678582 or 678569. OLE color: 678569.
HSL color Cylindrical-coordinate representation of color #A95A0A: hue angle of 30.19º 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 #A95A0A is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 90 | 10 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.34 |
| HSL | 30.19º | 0.89% | 0.35% | - |
| HSV(B) | 30.19º | 0.94% | 0.66% | - |
| XYZ | 20.07 | 15.77 | 2.27 | - |
| YUV | 104.5 | 74.67 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 90 | 10 | 0 | 0.47 | 0.94 | 0.34 | 30.19 | 0.89 | 0.35 |
| Hex | A9 | 5A | A | 0 | 2F | 5E | 22 | 1E | 59 | 23 |
| Octal | 251 | 132 | 12 | 0 | 57 | 136 | 42 | 36 | 131 | 43 |
| Binary | 10101001 | 1011010 | 1010 | 0 | 101111 | 1011110 | 100010 | 11110 | 1011001 | 100011 |
Color Harmonies of #A95A0A
Complementary color
Monochromatic Colors of #A95A0A
Black with #A95A0A
Text Example
Text Example
White with #A95A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95A0A; }
p { color: rgb(169,90,10); }
H1.HeaderClassName
{
color: #A95A0A;
}
.AnyTagClassName
{
color: #A95A0A;
}
</style>
background-color css
<style>
a { background-color: #A95A0A; }
a { background-color: rgb(169,90,10); }
div.DivClassName
{
background-color: #A95A0A;
}
.BgClassName
{
background-color: #A95A0A;
}
</style>
border-color css
<style>
span { border-color: #A95A0A; }
span { border-color: rgb(169,90,10); }
td.TdClassName
{
border-color: #A95A0A;
}
.TagClassName
{
border-color: #A95A0A;
}
</style>