Shades of Blush #A95666
Tints of Blush #A95666
RGB
CMYK
RGB Variations
Color information
#A95666 (or 0xA95666) is known color: Blush. HEX triplet: A9, 56 and 66. RGB value is (169,86,102). Sum of RGB (Red+Green+Blue) = 169+86+102=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 169 - color contains mainly: red. Hex color #A95666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95666 is #56A999. Grayscale: #707070. Windows color (decimal): -5679514 or 6706857. OLE color: 6706857.
HSL color Cylindrical-coordinate representation of color #A95666: hue angle of 348.43º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A95666 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 86 | 102 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.34 |
| HSL | 348.43º | 0.33% | 0.5% | - |
| HSV(B) | 348.43º | 0.49% | 0.66% | - |
| XYZ | 22.09 | 16.05 | 14.5 | - |
| YUV | 112.64 | 122 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 86 | 102 | 0 | 0.49 | 0.40 | 0.34 | 348.43 | 0.33 | 0.5 |
| Hex | A9 | 56 | 66 | 0 | 31 | 28 | 22 | 15C | 21 | 32 |
| Octal | 251 | 126 | 146 | 0 | 61 | 50 | 42 | 534 | 41 | 62 |
| Binary | 10101001 | 1010110 | 1100110 | 0 | 110001 | 101000 | 100010 | 101011100 | 100001 | 110010 |
Color Harmonies of #A95666
Complementary color
Monochromatic Colors of #A95666
Black with #A95666
Text Example
Text Example
White with #A95666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95666; }
p { color: rgb(169,86,102); }
H1.HeaderClassName
{
color: #A95666;
}
.AnyTagClassName
{
color: #A95666;
}
</style>
background-color css
<style>
a { background-color: #A95666; }
a { background-color: rgb(169,86,102); }
div.DivClassName
{
background-color: #A95666;
}
.BgClassName
{
background-color: #A95666;
}
</style>
border-color css
<style>
span { border-color: #A95666; }
span { border-color: rgb(169,86,102); }
td.TdClassName
{
border-color: #A95666;
}
.TagClassName
{
border-color: #A95666;
}
</style>