Shades of Blush #A65B6D
Tints of Blush #A65B6D
RGB
CMYK
RGB Variations
Color information
#A65B6D (or 0xA65B6D) is known color: Blush. HEX triplet: A6, 5B and 6D. RGB value is (166,91,109). Sum of RGB (Red+Green+Blue) = 166+91+109=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65B6D is #59A492. Grayscale: #737373. Windows color (decimal): -5874835 or 7166886. OLE color: 7166886.
HSL color Cylindrical-coordinate representation of color #A65B6D: hue angle of 345.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 #A65B6D is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 91 | 109 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.35 |
| HSL | 345.6º | 0.3% | 0.5% | - |
| HSV(B) | 345.6º | 0.45% | 0.65% | - |
| XYZ | 22.23 | 16.69 | 16.52 | - |
| YUV | 115.48 | 124.35 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 91 | 109 | 0 | 0.45 | 0.34 | 0.35 | 345.6 | 0.3 | 0.5 |
| Hex | A6 | 5B | 6D | 0 | 2D | 22 | 23 | 15A | 1E | 32 |
| Octal | 246 | 133 | 155 | 0 | 55 | 42 | 43 | 532 | 36 | 62 |
| Binary | 10100110 | 1011011 | 1101101 | 0 | 101101 | 100010 | 100011 | 101011010 | 11110 | 110010 |
Color Harmonies of #A65B6D
Complementary color
Monochromatic Colors of #A65B6D
Black with #A65B6D
Text Example
Text Example
White with #A65B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65B6D; }
p { color: rgb(166,91,109); }
H1.HeaderClassName
{
color: #A65B6D;
}
.AnyTagClassName
{
color: #A65B6D;
}
</style>
background-color css
<style>
a { background-color: #A65B6D; }
a { background-color: rgb(166,91,109); }
div.DivClassName
{
background-color: #A65B6D;
}
.BgClassName
{
background-color: #A65B6D;
}
</style>
border-color css
<style>
span { border-color: #A65B6D; }
span { border-color: rgb(166,91,109); }
td.TdClassName
{
border-color: #A65B6D;
}
.TagClassName
{
border-color: #A65B6D;
}
</style>