Shades of Golden Brown #A5550B
Tints of Golden Brown #A5550B
RGB
CMYK
RGB Variations
Color information
#A5550B (or 0xA5550B) is known color: Golden Brown. HEX triplet: A5, 55 and 0B. RGB value is (165,85,11). Sum of RGB (Red+Green+Blue) = 165+85+11=261 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.22% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 165 - color contains mainly: red. Hex color #A5550B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5550B is #5AAAF4. Grayscale: #646464. Windows color (decimal): -5942005 or 742821. OLE color: 742821.
HSL color Cylindrical-coordinate representation of color #A5550B: hue angle of 28.83º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5550B is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 85 | 11 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.35 |
| HSL | 28.83º | 0.88% | 0.35% | - |
| HSV(B) | 28.83º | 0.93% | 0.65% | - |
| XYZ | 18.83 | 14.52 | 2.13 | - |
| YUV | 100.48 | 77.5 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 85 | 11 | 0 | 0.48 | 0.93 | 0.35 | 28.83 | 0.88 | 0.35 |
| Hex | A5 | 55 | B | 0 | 30 | 5D | 23 | 1D | 58 | 23 |
| Octal | 245 | 125 | 13 | 0 | 60 | 135 | 43 | 35 | 130 | 43 |
| Binary | 10100101 | 1010101 | 1011 | 0 | 110000 | 1011101 | 100011 | 11101 | 1011000 | 100011 |
Color Harmonies of #A5550B
Complementary color
Monochromatic Colors of #A5550B
Black with #A5550B
Text Example
Text Example
White with #A5550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5550B; }
p { color: rgb(165,85,11); }
H1.HeaderClassName
{
color: #A5550B;
}
.AnyTagClassName
{
color: #A5550B;
}
</style>
background-color css
<style>
a { background-color: #A5550B; }
a { background-color: rgb(165,85,11); }
div.DivClassName
{
background-color: #A5550B;
}
.BgClassName
{
background-color: #A5550B;
}
</style>
border-color css
<style>
span { border-color: #A5550B; }
span { border-color: rgb(165,85,11); }
td.TdClassName
{
border-color: #A5550B;
}
.TagClassName
{
border-color: #A5550B;
}
</style>