Shades of Golden Brown #A7550E
Tints of Golden Brown #A7550E
RGB
CMYK
RGB Variations
Color information
#A7550E (or 0xA7550E) is known color: Golden Brown. HEX triplet: A7, 55 and 0E. RGB value is (167,85,14). Sum of RGB (Red+Green+Blue) = 167+85+14=266 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.78% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 167 - color contains mainly: red. Hex color #A7550E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A7550E is #58AAF1. Grayscale: #656565. Windows color (decimal): -5810930 or 939431. OLE color: 939431.
HSL color Cylindrical-coordinate representation of color #A7550E: hue angle of 27.84º degrees, saturation: 0.85, 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 #A7550E is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 85 | 14 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.35 |
| HSL | 27.84º | 0.85% | 0.35% | - |
| HSV(B) | 27.84º | 0.92% | 0.65% | - |
| XYZ | 19.26 | 14.74 | 2.25 | - |
| YUV | 101.42 | 78.67 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 85 | 14 | 0 | 0.49 | 0.92 | 0.35 | 27.84 | 0.85 | 0.35 |
| Hex | A7 | 55 | E | 0 | 31 | 5C | 23 | 1C | 55 | 23 |
| Octal | 247 | 125 | 16 | 0 | 61 | 134 | 43 | 34 | 125 | 43 |
| Binary | 10100111 | 1010101 | 1110 | 0 | 110001 | 1011100 | 100011 | 11100 | 1010101 | 100011 |
Color Harmonies of #A7550E
Complementary color
Monochromatic Colors of #A7550E
Black with #A7550E
Text Example
Text Example
White with #A7550E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7550E; }
p { color: rgb(167,85,14); }
H1.HeaderClassName
{
color: #A7550E;
}
.AnyTagClassName
{
color: #A7550E;
}
</style>
background-color css
<style>
a { background-color: #A7550E; }
a { background-color: rgb(167,85,14); }
div.DivClassName
{
background-color: #A7550E;
}
.BgClassName
{
background-color: #A7550E;
}
</style>
border-color css
<style>
span { border-color: #A7550E; }
span { border-color: rgb(167,85,14); }
td.TdClassName
{
border-color: #A7550E;
}
.TagClassName
{
border-color: #A7550E;
}
</style>