Shades of Blush #A65D6B
Tints of Blush #A65D6B
RGB
CMYK
RGB Variations
Color information
#A65D6B (or 0xA65D6B) is known color: Blush. HEX triplet: A6, 5D and 6B. RGB value is (166,93,107). Sum of RGB (Red+Green+Blue) = 166+93+107=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65D6B is #59A294. Grayscale: #747474. Windows color (decimal): -5874325 or 7036326. OLE color: 7036326.
HSL color Cylindrical-coordinate representation of color #A65D6B: hue angle of 348.49º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A65D6B is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 93 | 107 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.35 |
| HSL | 348.49º | 0.29% | 0.51% | - |
| HSV(B) | 348.49º | 0.44% | 0.65% | - |
| XYZ | 22.29 | 17 | 16.02 | - |
| YUV | 116.42 | 122.68 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 93 | 107 | 0 | 0.44 | 0.36 | 0.35 | 348.49 | 0.29 | 0.51 |
| Hex | A6 | 5D | 6B | 0 | 2C | 24 | 23 | 15C | 1D | 33 |
| Octal | 246 | 135 | 153 | 0 | 54 | 44 | 43 | 534 | 35 | 63 |
| Binary | 10100110 | 1011101 | 1101011 | 0 | 101100 | 100100 | 100011 | 101011100 | 11101 | 110011 |
Color Harmonies of #A65D6B
Complementary color
Monochromatic Colors of #A65D6B
Black with #A65D6B
Text Example
Text Example
White with #A65D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65D6B; }
p { color: rgb(166,93,107); }
H1.HeaderClassName
{
color: #A65D6B;
}
.AnyTagClassName
{
color: #A65D6B;
}
</style>
background-color css
<style>
a { background-color: #A65D6B; }
a { background-color: rgb(166,93,107); }
div.DivClassName
{
background-color: #A65D6B;
}
.BgClassName
{
background-color: #A65D6B;
}
</style>
border-color css
<style>
span { border-color: #A65D6B; }
span { border-color: rgb(166,93,107); }
td.TdClassName
{
border-color: #A65D6B;
}
.TagClassName
{
border-color: #A65D6B;
}
</style>