Shades of Blush #A74F68
Tints of Blush #A74F68
RGB
CMYK
RGB Variations
Color information
#A74F68 (or 0xA74F68) is known color: Blush. HEX triplet: A7, 4F and 68. RGB value is (167,79,104). Sum of RGB (Red+Green+Blue) = 167+79+104=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 167 - color contains mainly: red. Hex color #A74F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A74F68 is #58B097. Grayscale: #6C6C6C. Windows color (decimal): -5812376 or 6836135. OLE color: 6836135.
HSL color Cylindrical-coordinate representation of color #A74F68: hue angle of 342.95º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A74F68 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 79 | 104 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.35 |
| HSL | 342.95º | 0.36% | 0.48% | - |
| HSV(B) | 342.95º | 0.53% | 0.65% | - |
| XYZ | 21.23 | 14.81 | 14.84 | - |
| YUV | 108.16 | 125.65 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 79 | 104 | 0 | 0.53 | 0.38 | 0.35 | 342.95 | 0.36 | 0.48 |
| Hex | A7 | 4F | 68 | 0 | 35 | 26 | 23 | 157 | 24 | 30 |
| Octal | 247 | 117 | 150 | 0 | 65 | 46 | 43 | 527 | 44 | 60 |
| Binary | 10100111 | 1001111 | 1101000 | 0 | 110101 | 100110 | 100011 | 101010111 | 100100 | 110000 |
Color Harmonies of #A74F68
Complementary color
Monochromatic Colors of #A74F68
Black with #A74F68
Text Example
Text Example
White with #A74F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74F68; }
p { color: rgb(167,79,104); }
H1.HeaderClassName
{
color: #A74F68;
}
.AnyTagClassName
{
color: #A74F68;
}
</style>
background-color css
<style>
a { background-color: #A74F68; }
a { background-color: rgb(167,79,104); }
div.DivClassName
{
background-color: #A74F68;
}
.BgClassName
{
background-color: #A74F68;
}
</style>
border-color css
<style>
span { border-color: #A74F68; }
span { border-color: rgb(167,79,104); }
td.TdClassName
{
border-color: #A74F68;
}
.TagClassName
{
border-color: #A74F68;
}
</style>