Shades of Golden Brown #A55E16
Tints of Golden Brown #A55E16
RGB
CMYK
RGB Variations
Color information
#A55E16 (or 0xA55E16) is known color: Golden Brown. HEX triplet: A5, 5E and 16. RGB value is (165,94,22). Sum of RGB (Red+Green+Blue) = 165+94+22=281 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.72% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55E16 is #5AA1E9. Grayscale: #6B6B6B. Windows color (decimal): -5939690 or 1466021. OLE color: 1466021.
HSL color Cylindrical-coordinate representation of color #A55E16: hue angle of 30.21º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A55E16 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 94 | 22 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.35 |
| HSL | 30.21º | 0.76% | 0.37% | - |
| HSV(B) | 30.21º | 0.87% | 0.65% | - |
| XYZ | 19.66 | 16.06 | 2.82 | - |
| YUV | 107.02 | 80.02 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 94 | 22 | 0 | 0.43 | 0.87 | 0.35 | 30.21 | 0.76 | 0.37 |
| Hex | A5 | 5E | 16 | 0 | 2B | 57 | 23 | 1E | 4C | 25 |
| Octal | 245 | 136 | 26 | 0 | 53 | 127 | 43 | 36 | 114 | 45 |
| Binary | 10100101 | 1011110 | 10110 | 0 | 101011 | 1010111 | 100011 | 11110 | 1001100 | 100101 |
Color Harmonies of #A55E16
Complementary color
Monochromatic Colors of #A55E16
Black with #A55E16
Text Example
Text Example
White with #A55E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55E16; }
p { color: rgb(165,94,22); }
H1.HeaderClassName
{
color: #A55E16;
}
.AnyTagClassName
{
color: #A55E16;
}
</style>
background-color css
<style>
a { background-color: #A55E16; }
a { background-color: rgb(165,94,22); }
div.DivClassName
{
background-color: #A55E16;
}
.BgClassName
{
background-color: #A55E16;
}
</style>
border-color css
<style>
span { border-color: #A55E16; }
span { border-color: rgb(165,94,22); }
td.TdClassName
{
border-color: #A55E16;
}
.TagClassName
{
border-color: #A55E16;
}
</style>