Shades of Blush #A65669
Tints of Blush #A65669
RGB
CMYK
RGB Variations
Color information
#A65669 (or 0xA65669) is known color: Blush. HEX triplet: A6, 56 and 69. RGB value is (166,86,105). Sum of RGB (Red+Green+Blue) = 166+86+105=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A65669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65669 is #59A996. Grayscale: #707070. Windows color (decimal): -5876119 or 6903462. OLE color: 6903462.
HSL color Cylindrical-coordinate representation of color #A65669: hue angle of 345.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A65669 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 86 | 105 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.35 |
| HSL | 345.75º | 0.32% | 0.49% | - |
| HSV(B) | 345.75º | 0.48% | 0.65% | - |
| XYZ | 21.6 | 15.78 | 15.27 | - |
| YUV | 112.09 | 124 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 105 | 0 | 0.48 | 0.37 | 0.35 | 345.75 | 0.32 | 0.49 |
| Hex | A6 | 56 | 69 | 0 | 30 | 25 | 23 | 15A | 20 | 31 |
| Octal | 246 | 126 | 151 | 0 | 60 | 45 | 43 | 532 | 40 | 61 |
| Binary | 10100110 | 1010110 | 1101001 | 0 | 110000 | 100101 | 100011 | 101011010 | 100000 | 110001 |
Color Harmonies of #A65669
Complementary color
Monochromatic Colors of #A65669
Black with #A65669
Text Example
Text Example
White with #A65669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65669; }
p { color: rgb(166,86,105); }
H1.HeaderClassName
{
color: #A65669;
}
.AnyTagClassName
{
color: #A65669;
}
</style>
background-color css
<style>
a { background-color: #A65669; }
a { background-color: rgb(166,86,105); }
div.DivClassName
{
background-color: #A65669;
}
.BgClassName
{
background-color: #A65669;
}
</style>
border-color css
<style>
span { border-color: #A65669; }
span { border-color: rgb(166,86,105); }
td.TdClassName
{
border-color: #A65669;
}
.TagClassName
{
border-color: #A65669;
}
</style>