Shades of Blush #A65569
Tints of Blush #A65569
RGB
CMYK
RGB Variations
Color information
#A65569 (or 0xA65569) is known color: Blush. HEX triplet: A6, 55 and 69. RGB value is (166,85,105). Sum of RGB (Red+Green+Blue) = 166+85+105=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A65569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65569 is #59AA96. Grayscale: #6F6F6F. Windows color (decimal): -5876375 or 6903206. OLE color: 6903206.
HSL color Cylindrical-coordinate representation of color #A65569: hue angle of 345.19º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A65569 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 85 | 105 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.35 |
| HSL | 345.19º | 0.32% | 0.49% | - |
| HSV(B) | 345.19º | 0.49% | 0.65% | - |
| XYZ | 21.52 | 15.62 | 15.25 | - |
| YUV | 111.5 | 124.34 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 85 | 105 | 0 | 0.49 | 0.37 | 0.35 | 345.19 | 0.32 | 0.49 |
| Hex | A6 | 55 | 69 | 0 | 31 | 25 | 23 | 159 | 20 | 31 |
| Octal | 246 | 125 | 151 | 0 | 61 | 45 | 43 | 531 | 40 | 61 |
| Binary | 10100110 | 1010101 | 1101001 | 0 | 110001 | 100101 | 100011 | 101011001 | 100000 | 110001 |
Color Harmonies of #A65569
Complementary color
Monochromatic Colors of #A65569
Black with #A65569
Text Example
Text Example
White with #A65569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65569; }
p { color: rgb(166,85,105); }
H1.HeaderClassName
{
color: #A65569;
}
.AnyTagClassName
{
color: #A65569;
}
</style>
background-color css
<style>
a { background-color: #A65569; }
a { background-color: rgb(166,85,105); }
div.DivClassName
{
background-color: #A65569;
}
.BgClassName
{
background-color: #A65569;
}
</style>
border-color css
<style>
span { border-color: #A65569; }
span { border-color: rgb(166,85,105); }
td.TdClassName
{
border-color: #A65569;
}
.TagClassName
{
border-color: #A65569;
}
</style>