Shades of Blush #A65B68
Tints of Blush #A65B68
RGB
CMYK
RGB Variations
Color information
#A65B68 (or 0xA65B68) is known color: Blush. HEX triplet: A6, 5B and 68. RGB value is (166,91,104). Sum of RGB (Red+Green+Blue) = 166+91+104=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65B68 is #59A497. Grayscale: #727272. Windows color (decimal): -5874840 or 6839206. OLE color: 6839206.
HSL color Cylindrical-coordinate representation of color #A65B68: hue angle of 349.6º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A65B68 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 91 | 104 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.35 |
| HSL | 349.6º | 0.3% | 0.5% | - |
| HSV(B) | 349.6º | 0.45% | 0.65% | - |
| XYZ | 21.97 | 16.59 | 15.14 | - |
| YUV | 114.91 | 121.85 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 91 | 104 | 0 | 0.45 | 0.37 | 0.35 | 349.6 | 0.3 | 0.5 |
| Hex | A6 | 5B | 68 | 0 | 2D | 25 | 23 | 15E | 1E | 32 |
| Octal | 246 | 133 | 150 | 0 | 55 | 45 | 43 | 536 | 36 | 62 |
| Binary | 10100110 | 1011011 | 1101000 | 0 | 101101 | 100101 | 100011 | 101011110 | 11110 | 110010 |
Color Harmonies of #A65B68
Complementary color
Monochromatic Colors of #A65B68
Black with #A65B68
Text Example
Text Example
White with #A65B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65B68; }
p { color: rgb(166,91,104); }
H1.HeaderClassName
{
color: #A65B68;
}
.AnyTagClassName
{
color: #A65B68;
}
</style>
background-color css
<style>
a { background-color: #A65B68; }
a { background-color: rgb(166,91,104); }
div.DivClassName
{
background-color: #A65B68;
}
.BgClassName
{
background-color: #A65B68;
}
</style>
border-color css
<style>
span { border-color: #A65B68; }
span { border-color: rgb(166,91,104); }
td.TdClassName
{
border-color: #A65B68;
}
.TagClassName
{
border-color: #A65B68;
}
</style>