Shades of Blush #A64F69
Tints of Blush #A64F69
RGB
CMYK
RGB Variations
Color information
#A64F69 (or 0xA64F69) is known color: Blush. HEX triplet: A6, 4F and 69. RGB value is (166,79,105). Sum of RGB (Red+Green+Blue) = 166+79+105=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A64F69 is #59B096. Grayscale: #6B6B6B. Windows color (decimal): -5877911 or 6901670. OLE color: 6901670.
HSL color Cylindrical-coordinate representation of color #A64F69: hue angle of 342.07º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A64F69 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 79 | 105 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.35 |
| HSL | 342.07º | 0.36% | 0.48% | - |
| HSV(B) | 342.07º | 0.52% | 0.65% | - |
| XYZ | 21.07 | 14.72 | 15.1 | - |
| YUV | 107.98 | 126.32 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 79 | 105 | 0 | 0.52 | 0.37 | 0.35 | 342.07 | 0.36 | 0.48 |
| Hex | A6 | 4F | 69 | 0 | 34 | 25 | 23 | 156 | 24 | 30 |
| Octal | 246 | 117 | 151 | 0 | 64 | 45 | 43 | 526 | 44 | 60 |
| Binary | 10100110 | 1001111 | 1101001 | 0 | 110100 | 100101 | 100011 | 101010110 | 100100 | 110000 |
Color Harmonies of #A64F69
Complementary color
Monochromatic Colors of #A64F69
Black with #A64F69
Text Example
Text Example
White with #A64F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64F69; }
p { color: rgb(166,79,105); }
H1.HeaderClassName
{
color: #A64F69;
}
.AnyTagClassName
{
color: #A64F69;
}
</style>
background-color css
<style>
a { background-color: #A64F69; }
a { background-color: rgb(166,79,105); }
div.DivClassName
{
background-color: #A64F69;
}
.BgClassName
{
background-color: #A64F69;
}
</style>
border-color css
<style>
span { border-color: #A64F69; }
span { border-color: rgb(166,79,105); }
td.TdClassName
{
border-color: #A64F69;
}
.TagClassName
{
border-color: #A64F69;
}
</style>