Shades of Blush #A55768
Tints of Blush #A55768
RGB
CMYK
RGB Variations
Color information
#A55768 (or 0xA55768) is known color: Blush. HEX triplet: A5, 57 and 68. RGB value is (165,87,104). Sum of RGB (Red+Green+Blue) = 165+87+104=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A55768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55768 is #5AA897. Grayscale: #707070. Windows color (decimal): -5941400 or 6838181. OLE color: 6838181.
HSL color Cylindrical-coordinate representation of color #A55768: hue angle of 346.92º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A55768 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 87 | 104 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.35 |
| HSL | 346.92º | 0.31% | 0.49% | - |
| HSV(B) | 346.92º | 0.47% | 0.65% | - |
| XYZ | 21.42 | 15.82 | 15.02 | - |
| YUV | 112.26 | 123.34 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 87 | 104 | 0 | 0.47 | 0.37 | 0.35 | 346.92 | 0.31 | 0.49 |
| Hex | A5 | 57 | 68 | 0 | 2F | 25 | 23 | 15B | 1F | 31 |
| Octal | 245 | 127 | 150 | 0 | 57 | 45 | 43 | 533 | 37 | 61 |
| Binary | 10100101 | 1010111 | 1101000 | 0 | 101111 | 100101 | 100011 | 101011011 | 11111 | 110001 |
Color Harmonies of #A55768
Complementary color
Monochromatic Colors of #A55768
Black with #A55768
Text Example
Text Example
White with #A55768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55768; }
p { color: rgb(165,87,104); }
H1.HeaderClassName
{
color: #A55768;
}
.AnyTagClassName
{
color: #A55768;
}
</style>
background-color css
<style>
a { background-color: #A55768; }
a { background-color: rgb(165,87,104); }
div.DivClassName
{
background-color: #A55768;
}
.BgClassName
{
background-color: #A55768;
}
</style>
border-color css
<style>
span { border-color: #A55768; }
span { border-color: rgb(165,87,104); }
td.TdClassName
{
border-color: #A55768;
}
.TagClassName
{
border-color: #A55768;
}
</style>