Shades of Blush #A95465
Tints of Blush #A95465
RGB
CMYK
RGB Variations
Color information
#A95465 (or 0xA95465) is known color: Blush. HEX triplet: A9, 54 and 65. RGB value is (169,84,101). Sum of RGB (Red+Green+Blue) = 169+84+101=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 169 - color contains mainly: red. Hex color #A95465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95465 is #56AB9A. Grayscale: #6F6F6F. Windows color (decimal): -5680027 or 6640809. OLE color: 6640809.
HSL color Cylindrical-coordinate representation of color #A95465: hue angle of 348º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A95465 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 84 | 101 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.34 |
| HSL | 348º | 0.34% | 0.5% | - |
| HSV(B) | 348º | 0.5% | 0.66% | - |
| XYZ | 21.88 | 15.72 | 14.19 | - |
| YUV | 111.35 | 122.16 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 84 | 101 | 0 | 0.50 | 0.40 | 0.34 | 348 | 0.34 | 0.5 |
| Hex | A9 | 54 | 65 | 0 | 32 | 28 | 22 | 15C | 22 | 32 |
| Octal | 251 | 124 | 145 | 0 | 62 | 50 | 42 | 534 | 42 | 62 |
| Binary | 10101001 | 1010100 | 1100101 | 0 | 110010 | 101000 | 100010 | 101011100 | 100010 | 110010 |
Color Harmonies of #A95465
Complementary color
Monochromatic Colors of #A95465
Black with #A95465
Text Example
Text Example
White with #A95465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95465; }
p { color: rgb(169,84,101); }
H1.HeaderClassName
{
color: #A95465;
}
.AnyTagClassName
{
color: #A95465;
}
</style>
background-color css
<style>
a { background-color: #A95465; }
a { background-color: rgb(169,84,101); }
div.DivClassName
{
background-color: #A95465;
}
.BgClassName
{
background-color: #A95465;
}
</style>
border-color css
<style>
span { border-color: #A95465; }
span { border-color: rgb(169,84,101); }
td.TdClassName
{
border-color: #A95465;
}
.TagClassName
{
border-color: #A95465;
}
</style>