Shades of Sangria #AF0106
Tints of Sangria #AF0106
RGB
CMYK
RGB Variations
Color information
#AF0106 (or 0xAF0106) is known color: Sangria. HEX triplet: AF, 01 and 06. RGB value is (175,1,6). Sum of RGB (Red+Green+Blue) = 175+1+6=182 (24% of max value = 765). Red value is 175 (68.75% from 255 or 96.15% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 6 (2.73% from 255 or 3.30% from 182); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0106 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0106 is #50FEF9. Grayscale: #353535. Windows color (decimal): -5308154 or 393647. OLE color: 393647.
HSL color Cylindrical-coordinate representation of color #AF0106: hue angle of 358.28º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0106 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 6 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.31 |
| HSL | 358.28º | 0.99% | 0.35% | - |
| HSV(B) | 358.28º | 0.99% | 0.69% | - |
| XYZ | 17.72 | 9.15 | 1 | - |
| YUV | 53.6 | 101.15 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 6 | 0 | 0.99 | 0.97 | 0.31 | 358.28 | 0.99 | 0.35 |
| Hex | AF | 1 | 6 | 0 | 63 | 61 | 1F | 166 | 63 | 23 |
| Octal | 257 | 1 | 6 | 0 | 143 | 141 | 37 | 546 | 143 | 43 |
| Binary | 10101111 | 1 | 110 | 0 | 1100011 | 1100001 | 11111 | 101100110 | 1100011 | 100011 |
Color Harmonies of #AF0106
Complementary color
Monochromatic Colors of #AF0106
Black with #AF0106
Text Example
Text Example
White with #AF0106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0106; }
p { color: rgb(175,1,6); }
H1.HeaderClassName
{
color: #AF0106;
}
.AnyTagClassName
{
color: #AF0106;
}
</style>
background-color css
<style>
a { background-color: #AF0106; }
a { background-color: rgb(175,1,6); }
div.DivClassName
{
background-color: #AF0106;
}
.BgClassName
{
background-color: #AF0106;
}
</style>
border-color css
<style>
span { border-color: #AF0106; }
span { border-color: rgb(175,1,6); }
td.TdClassName
{
border-color: #AF0106;
}
.TagClassName
{
border-color: #AF0106;
}
</style>