Shades of Golden Brown #A55B0E
Tints of Golden Brown #A55B0E
RGB
CMYK
RGB Variations
Color information
#A55B0E (or 0xA55B0E) is known color: Golden Brown. HEX triplet: A5, 5B and 0E. RGB value is (165,91,14). Sum of RGB (Red+Green+Blue) = 165+91+14=270 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.11% from 270); Green value is 91 (35.94% from 255 or 33.70% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55B0E is #5AA4F1. Grayscale: #686868. Windows color (decimal): -5940466 or 940965. OLE color: 940965.
HSL color Cylindrical-coordinate representation of color #A55B0E: hue angle of 30.6º 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 #A55B0E is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 91 | 14 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.35 |
| HSL | 30.6º | 0.84% | 0.35% | - |
| HSV(B) | 30.6º | 0.92% | 0.65% | - |
| XYZ | 19.34 | 15.51 | 2.39 | - |
| YUV | 104.35 | 77.02 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 91 | 14 | 0 | 0.45 | 0.92 | 0.35 | 30.6 | 0.84 | 0.35 |
| Hex | A5 | 5B | E | 0 | 2D | 5C | 23 | 1F | 54 | 23 |
| Octal | 245 | 133 | 16 | 0 | 55 | 134 | 43 | 37 | 124 | 43 |
| Binary | 10100101 | 1011011 | 1110 | 0 | 101101 | 1011100 | 100011 | 11111 | 1010100 | 100011 |
Color Harmonies of #A55B0E
Complementary color
Monochromatic Colors of #A55B0E
Black with #A55B0E
Text Example
Text Example
White with #A55B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55B0E; }
p { color: rgb(165,91,14); }
H1.HeaderClassName
{
color: #A55B0E;
}
.AnyTagClassName
{
color: #A55B0E;
}
</style>
background-color css
<style>
a { background-color: #A55B0E; }
a { background-color: rgb(165,91,14); }
div.DivClassName
{
background-color: #A55B0E;
}
.BgClassName
{
background-color: #A55B0E;
}
</style>
border-color css
<style>
span { border-color: #A55B0E; }
span { border-color: rgb(165,91,14); }
td.TdClassName
{
border-color: #A55B0E;
}
.TagClassName
{
border-color: #A55B0E;
}
</style>