Shades of Sangria #AB060A
Tints of Sangria #AB060A
RGB
CMYK
RGB Variations
Color information
#AB060A (or 0xAB060A) is known color: Sangria. HEX triplet: AB, 06 and 0A. RGB value is (171,6,10). Sum of RGB (Red+Green+Blue) = 171+6+10=187 (24% of max value = 765). Red value is 171 (67.19% from 255 or 91.44% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 10 (4.30% from 255 or 5.35% from 187); Max value from RGB is 171 - color contains mainly: red. Hex color #AB060A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB060A is #54F9F5. Grayscale: #373737. Windows color (decimal): -5569014 or 657067. OLE color: 657067.
HSL color Cylindrical-coordinate representation of color #AB060A: hue angle of 358.55º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB060A is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 6 | 10 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.33 |
| HSL | 358.55º | 0.93% | 0.35% | - |
| HSV(B) | 358.55º | 0.96% | 0.67% | - |
| XYZ | 16.91 | 8.81 | 1.1 | - |
| YUV | 55.79 | 102.16 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 10 | 0 | 0.96 | 0.94 | 0.33 | 358.55 | 0.93 | 0.35 |
| Hex | AB | 6 | A | 0 | 60 | 5E | 21 | 167 | 5D | 23 |
| Octal | 253 | 6 | 12 | 0 | 140 | 136 | 41 | 547 | 135 | 43 |
| Binary | 10101011 | 110 | 1010 | 0 | 1100000 | 1011110 | 100001 | 101100111 | 1011101 | 100011 |
Color Harmonies of #AB060A
Complementary color
Monochromatic Colors of #AB060A
Black with #AB060A
Text Example
Text Example
White with #AB060A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB060A; }
p { color: rgb(171,6,10); }
H1.HeaderClassName
{
color: #AB060A;
}
.AnyTagClassName
{
color: #AB060A;
}
</style>
background-color css
<style>
a { background-color: #AB060A; }
a { background-color: rgb(171,6,10); }
div.DivClassName
{
background-color: #AB060A;
}
.BgClassName
{
background-color: #AB060A;
}
</style>
border-color css
<style>
span { border-color: #AB060A; }
span { border-color: rgb(171,6,10); }
td.TdClassName
{
border-color: #AB060A;
}
.TagClassName
{
border-color: #AB060A;
}
</style>