Shades of Sangria #A5090A
Tints of Sangria #A5090A
RGB
CMYK
RGB Variations
Color information
#A5090A (or 0xA5090A) is known color: Sangria. HEX triplet: A5, 09 and 0A. RGB value is (165,9,10). Sum of RGB (Red+Green+Blue) = 165+9+10=184 (24% of max value = 765). Red value is 165 (64.84% from 255 or 89.67% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 10 (4.30% from 255 or 5.43% from 184); Max value from RGB is 165 - color contains mainly: red. Hex color #A5090A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A5090A is #5AF6F5. Grayscale: #373737. Windows color (decimal): -5961462 or 657829. OLE color: 657829.
HSL color Cylindrical-coordinate representation of color #A5090A: hue angle of 359.62º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A5090A is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 9 | 10 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.35 |
| HSL | 359.62º | 0.9% | 0.34% | - |
| HSV(B) | 359.62º | 0.95% | 0.65% | - |
| XYZ | 15.67 | 8.22 | 1.05 | - |
| YUV | 55.76 | 102.18 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 9 | 10 | 0 | 0.95 | 0.94 | 0.35 | 359.62 | 0.9 | 0.34 |
| Hex | A5 | 9 | A | 0 | 5F | 5E | 23 | 168 | 5A | 22 |
| Octal | 245 | 11 | 12 | 0 | 137 | 136 | 43 | 550 | 132 | 42 |
| Binary | 10100101 | 1001 | 1010 | 0 | 1011111 | 1011110 | 100011 | 101101000 | 1011010 | 100010 |
Color Harmonies of #A5090A
Complementary color
Monochromatic Colors of #A5090A
Black with #A5090A
Text Example
Text Example
White with #A5090A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5090A; }
p { color: rgb(165,9,10); }
H1.HeaderClassName
{
color: #A5090A;
}
.AnyTagClassName
{
color: #A5090A;
}
</style>
background-color css
<style>
a { background-color: #A5090A; }
a { background-color: rgb(165,9,10); }
div.DivClassName
{
background-color: #A5090A;
}
.BgClassName
{
background-color: #A5090A;
}
</style>
border-color css
<style>
span { border-color: #A5090A; }
span { border-color: rgb(165,9,10); }
td.TdClassName
{
border-color: #A5090A;
}
.TagClassName
{
border-color: #A5090A;
}
</style>