Shades of Sangria #A90005
Tints of Sangria #A90005
RGB
CMYK
RGB Variations
Color information
#A90005 (or 0xA90005) is known color: Sangria. HEX triplet: A9, 00 and 05. RGB value is (169,0,5). Sum of RGB (Red+Green+Blue) = 169+0+5=174 (23% of max value = 765). Red value is 169 (66.41% from 255 or 97.13% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 169 - color contains mainly: red. Hex color #A90005 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90005 is #56FFFA. Grayscale: #333333. Windows color (decimal): -5701627 or 327849. OLE color: 327849.
HSL color Cylindrical-coordinate representation of color #A90005: hue angle of 358.22º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A90005 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.97 | 0.34 |
| HSL | 358.22º | 1% | 0.33% | - |
| HSV(B) | 358.22º | 1% | 0.66% | - |
| XYZ | 16.39 | 8.45 | 0.91 | - |
| YUV | 51.1 | 101.99 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 5 | 0 | 1 | 0.97 | 0.34 | 358.22 | 1 | 0.33 |
| Hex | A9 | 0 | 5 | 0 | 64 | 61 | 22 | 166 | 64 | 21 |
| Octal | 251 | 0 | 5 | 0 | 144 | 141 | 42 | 546 | 144 | 41 |
| Binary | 10101001 | 0 | 101 | 0 | 1100100 | 1100001 | 100010 | 101100110 | 1100100 | 100001 |
Color Harmonies of #A90005
Complementary color
Monochromatic Colors of #A90005
Black with #A90005
Text Example
Text Example
White with #A90005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90005; }
p { color: rgb(169,0,5); }
H1.HeaderClassName
{
color: #A90005;
}
.AnyTagClassName
{
color: #A90005;
}
</style>
background-color css
<style>
a { background-color: #A90005; }
a { background-color: rgb(169,0,5); }
div.DivClassName
{
background-color: #A90005;
}
.BgClassName
{
background-color: #A90005;
}
</style>
border-color css
<style>
span { border-color: #A90005; }
span { border-color: rgb(169,0,5); }
td.TdClassName
{
border-color: #A90005;
}
.TagClassName
{
border-color: #A90005;
}
</style>