Shades of Golden Brown #A55F0E
Tints of Golden Brown #A55F0E
RGB
CMYK
RGB Variations
Color information
#A55F0E (or 0xA55F0E) is known color: Golden Brown. HEX triplet: A5, 5F and 0E. RGB value is (165,95,14). Sum of RGB (Red+Green+Blue) = 165+95+14=274 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.22% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55F0E is #5AA0F1. Grayscale: #6B6B6B. Windows color (decimal): -5939442 or 941989. OLE color: 941989.
HSL color Cylindrical-coordinate representation of color #A55F0E: hue angle of 32.19º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A55F0E is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 95 | 14 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.35 |
| HSL | 32.19º | 0.84% | 0.35% | - |
| HSV(B) | 32.19º | 0.92% | 0.65% | - |
| XYZ | 19.69 | 16.22 | 2.51 | - |
| YUV | 106.7 | 75.69 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 95 | 14 | 0 | 0.42 | 0.92 | 0.35 | 32.19 | 0.84 | 0.35 |
| Hex | A5 | 5F | E | 0 | 2A | 5C | 23 | 20 | 54 | 23 |
| Octal | 245 | 137 | 16 | 0 | 52 | 134 | 43 | 40 | 124 | 43 |
| Binary | 10100101 | 1011111 | 1110 | 0 | 101010 | 1011100 | 100011 | 100000 | 1010100 | 100011 |
Color Harmonies of #A55F0E
Complementary color
Monochromatic Colors of #A55F0E
Black with #A55F0E
Text Example
Text Example
White with #A55F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55F0E; }
p { color: rgb(165,95,14); }
H1.HeaderClassName
{
color: #A55F0E;
}
.AnyTagClassName
{
color: #A55F0E;
}
</style>
background-color css
<style>
a { background-color: #A55F0E; }
a { background-color: rgb(165,95,14); }
div.DivClassName
{
background-color: #A55F0E;
}
.BgClassName
{
background-color: #A55F0E;
}
</style>
border-color css
<style>
span { border-color: #A55F0E; }
span { border-color: rgb(165,95,14); }
td.TdClassName
{
border-color: #A55F0E;
}
.TagClassName
{
border-color: #A55F0E;
}
</style>