Shades of Blush #A75B65
Tints of Blush #A75B65
RGB
CMYK
RGB Variations
Color information
#A75B65 (or 0xA75B65) is known color: Blush. HEX triplet: A7, 5B and 65. RGB value is (167,91,101). Sum of RGB (Red+Green+Blue) = 167+91+101=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75B65 is #58A49A. Grayscale: #727272. Windows color (decimal): -5809307 or 6642599. OLE color: 6642599.
HSL color Cylindrical-coordinate representation of color #A75B65: hue angle of 352.11º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A75B65 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 91 | 101 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.35 |
| HSL | 352.11º | 0.3% | 0.51% | - |
| HSV(B) | 352.11º | 0.46% | 0.65% | - |
| XYZ | 22.03 | 16.64 | 14.36 | - |
| YUV | 114.86 | 120.18 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 91 | 101 | 0 | 0.46 | 0.40 | 0.35 | 352.11 | 0.3 | 0.51 |
| Hex | A7 | 5B | 65 | 0 | 2E | 28 | 23 | 160 | 1E | 33 |
| Octal | 247 | 133 | 145 | 0 | 56 | 50 | 43 | 540 | 36 | 63 |
| Binary | 10100111 | 1011011 | 1100101 | 0 | 101110 | 101000 | 100011 | 101100000 | 11110 | 110011 |
Color Harmonies of #A75B65
Complementary color
Monochromatic Colors of #A75B65
Black with #A75B65
Text Example
Text Example
White with #A75B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75B65; }
p { color: rgb(167,91,101); }
H1.HeaderClassName
{
color: #A75B65;
}
.AnyTagClassName
{
color: #A75B65;
}
</style>
background-color css
<style>
a { background-color: #A75B65; }
a { background-color: rgb(167,91,101); }
div.DivClassName
{
background-color: #A75B65;
}
.BgClassName
{
background-color: #A75B65;
}
</style>
border-color css
<style>
span { border-color: #A75B65; }
span { border-color: rgb(167,91,101); }
td.TdClassName
{
border-color: #A75B65;
}
.TagClassName
{
border-color: #A75B65;
}
</style>