Shades of Sangria #AD060A
Tints of Sangria #AD060A
RGB
CMYK
RGB Variations
Color information
#AD060A (or 0xAD060A) is known color: Sangria. HEX triplet: AD, 06 and 0A. RGB value is (173,6,10). Sum of RGB (Red+Green+Blue) = 173+6+10=189 (25% of max value = 765). Red value is 173 (67.97% from 255 or 91.53% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 173 - color contains mainly: red. Hex color #AD060A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD060A is #52F9F5. Grayscale: #383838. Windows color (decimal): -5437942 or 657069. OLE color: 657069.
HSL color Cylindrical-coordinate representation of color #AD060A: hue angle of 358.56º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD060A is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 10 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.32 |
| HSL | 358.56º | 0.93% | 0.35% | - |
| HSV(B) | 358.56º | 0.97% | 0.68% | - |
| XYZ | 17.35 | 9.04 | 1.12 | - |
| YUV | 56.39 | 101.83 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 10 | 0 | 0.97 | 0.94 | 0.32 | 358.56 | 0.93 | 0.35 |
| Hex | AD | 6 | A | 0 | 61 | 5E | 20 | 167 | 5D | 23 |
| Octal | 255 | 6 | 12 | 0 | 141 | 136 | 40 | 547 | 135 | 43 |
| Binary | 10101101 | 110 | 1010 | 0 | 1100001 | 1011110 | 100000 | 101100111 | 1011101 | 100011 |
Color Harmonies of #AD060A
Complementary color
Monochromatic Colors of #AD060A
Black with #AD060A
Text Example
Text Example
White with #AD060A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD060A; }
p { color: rgb(173,6,10); }
H1.HeaderClassName
{
color: #AD060A;
}
.AnyTagClassName
{
color: #AD060A;
}
</style>
background-color css
<style>
a { background-color: #AD060A; }
a { background-color: rgb(173,6,10); }
div.DivClassName
{
background-color: #AD060A;
}
.BgClassName
{
background-color: #AD060A;
}
</style>
border-color css
<style>
span { border-color: #AD060A; }
span { border-color: rgb(173,6,10); }
td.TdClassName
{
border-color: #AD060A;
}
.TagClassName
{
border-color: #AD060A;
}
</style>