Shades of Sangria #A90708
Tints of Sangria #A90708
RGB
CMYK
RGB Variations
Color information
#A90708 (or 0xA90708) is known color: Sangria. HEX triplet: A9, 07 and 08. RGB value is (169,7,8). Sum of RGB (Red+Green+Blue) = 169+7+8=184 (24% of max value = 765). Red value is 169 (66.41% from 255 or 91.85% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 8 (3.52% from 255 or 4.35% from 184); Max value from RGB is 169 - color contains mainly: red. Hex color #A90708 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90708 is #56F8F7. Grayscale: #373737. Windows color (decimal): -5699832 or 526249. OLE color: 526249.
HSL color Cylindrical-coordinate representation of color #A90708: hue angle of 359.63º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A90708 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 7 | 8 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.34 |
| HSL | 359.63º | 0.92% | 0.35% | - |
| HSV(B) | 359.63º | 0.96% | 0.66% | - |
| XYZ | 16.48 | 8.6 | 1.02 | - |
| YUV | 55.55 | 101.17 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 7 | 8 | 0 | 0.96 | 0.95 | 0.34 | 359.63 | 0.92 | 0.35 |
| Hex | A9 | 7 | 8 | 0 | 60 | 5F | 22 | 168 | 5C | 23 |
| Octal | 251 | 7 | 10 | 0 | 140 | 137 | 42 | 550 | 134 | 43 |
| Binary | 10101001 | 111 | 1000 | 0 | 1100000 | 1011111 | 100010 | 101101000 | 1011100 | 100011 |
Color Harmonies of #A90708
Complementary color
Monochromatic Colors of #A90708
Black with #A90708
Text Example
Text Example
White with #A90708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90708; }
p { color: rgb(169,7,8); }
H1.HeaderClassName
{
color: #A90708;
}
.AnyTagClassName
{
color: #A90708;
}
</style>
background-color css
<style>
a { background-color: #A90708; }
a { background-color: rgb(169,7,8); }
div.DivClassName
{
background-color: #A90708;
}
.BgClassName
{
background-color: #A90708;
}
</style>
border-color css
<style>
span { border-color: #A90708; }
span { border-color: rgb(169,7,8); }
td.TdClassName
{
border-color: #A90708;
}
.TagClassName
{
border-color: #A90708;
}
</style>