Shades of Blush #A95B62
Tints of Blush #A95B62
RGB
CMYK
RGB Variations
Color information
#A95B62 (or 0xA95B62) is known color: Blush. HEX triplet: A9, 5B and 62. RGB value is (169,91,98). Sum of RGB (Red+Green+Blue) = 169+91+98=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 169 - color contains mainly: red. Hex color #A95B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95B62 is #56A49D. Grayscale: #737373. Windows color (decimal): -5678238 or 6445993. OLE color: 6445993.
HSL color Cylindrical-coordinate representation of color #A95B62: hue angle of 354.62º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A95B62 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 91 | 98 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.34 |
| HSL | 354.62º | 0.31% | 0.51% | - |
| HSV(B) | 354.62º | 0.46% | 0.66% | - |
| XYZ | 22.31 | 16.8 | 13.62 | - |
| YUV | 115.12 | 118.34 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 91 | 98 | 0 | 0.46 | 0.42 | 0.34 | 354.62 | 0.31 | 0.51 |
| Hex | A9 | 5B | 62 | 0 | 2E | 2A | 22 | 163 | 1F | 33 |
| Octal | 251 | 133 | 142 | 0 | 56 | 52 | 42 | 543 | 37 | 63 |
| Binary | 10101001 | 1011011 | 1100010 | 0 | 101110 | 101010 | 100010 | 101100011 | 11111 | 110011 |
Color Harmonies of #A95B62
Complementary color
Monochromatic Colors of #A95B62
Black with #A95B62
Text Example
Text Example
White with #A95B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95B62; }
p { color: rgb(169,91,98); }
H1.HeaderClassName
{
color: #A95B62;
}
.AnyTagClassName
{
color: #A95B62;
}
</style>
background-color css
<style>
a { background-color: #A95B62; }
a { background-color: rgb(169,91,98); }
div.DivClassName
{
background-color: #A95B62;
}
.BgClassName
{
background-color: #A95B62;
}
</style>
border-color css
<style>
span { border-color: #A95B62; }
span { border-color: rgb(169,91,98); }
td.TdClassName
{
border-color: #A95B62;
}
.TagClassName
{
border-color: #A95B62;
}
</style>