Shades of Golden Brown #A55E0A
Tints of Golden Brown #A55E0A
RGB
CMYK
RGB Variations
Color information
#A55E0A (or 0xA55E0A) is known color: Golden Brown. HEX triplet: A5, 5E and 0A. RGB value is (165,94,10). Sum of RGB (Red+Green+Blue) = 165+94+10=269 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.34% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55E0A is #5AA1F5. Grayscale: #6A6A6A. Windows color (decimal): -5939702 or 679589. OLE color: 679589.
HSL color Cylindrical-coordinate representation of color #A55E0A: hue angle of 32.52º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A55E0A is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 94 | 10 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.35 |
| HSL | 32.52º | 0.89% | 0.34% | - |
| HSV(B) | 32.52º | 0.94% | 0.65% | - |
| XYZ | 19.57 | 16.03 | 2.35 | - |
| YUV | 105.65 | 74.02 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 94 | 10 | 0 | 0.43 | 0.94 | 0.35 | 32.52 | 0.89 | 0.34 |
| Hex | A5 | 5E | A | 0 | 2B | 5E | 23 | 21 | 59 | 22 |
| Octal | 245 | 136 | 12 | 0 | 53 | 136 | 43 | 41 | 131 | 42 |
| Binary | 10100101 | 1011110 | 1010 | 0 | 101011 | 1011110 | 100011 | 100001 | 1011001 | 100010 |
Color Harmonies of #A55E0A
Complementary color
Monochromatic Colors of #A55E0A
Black with #A55E0A
Text Example
Text Example
White with #A55E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55E0A; }
p { color: rgb(165,94,10); }
H1.HeaderClassName
{
color: #A55E0A;
}
.AnyTagClassName
{
color: #A55E0A;
}
</style>
background-color css
<style>
a { background-color: #A55E0A; }
a { background-color: rgb(165,94,10); }
div.DivClassName
{
background-color: #A55E0A;
}
.BgClassName
{
background-color: #A55E0A;
}
</style>
border-color css
<style>
span { border-color: #A55E0A; }
span { border-color: rgb(165,94,10); }
td.TdClassName
{
border-color: #A55E0A;
}
.TagClassName
{
border-color: #A55E0A;
}
</style>