Shades of Blush #AC5F68
Tints of Blush #AC5F68
RGB
CMYK
RGB Variations
Color information
#AC5F68 (or 0xAC5F68) is known color: Blush. HEX triplet: AC, 5F and 68. RGB value is (172,95,104). Sum of RGB (Red+Green+Blue) = 172+95+104=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5F68 is #53A097. Grayscale: #777777. Windows color (decimal): -5480600 or 6840236. OLE color: 6840236.
HSL color Cylindrical-coordinate representation of color #AC5F68: hue angle of 352.99º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC5F68 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 95 | 104 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.33 |
| HSL | 352.99º | 0.32% | 0.52% | - |
| HSV(B) | 352.99º | 0.45% | 0.67% | - |
| XYZ | 23.6 | 17.95 | 15.32 | - |
| YUV | 119.05 | 119.51 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 95 | 104 | 0 | 0.45 | 0.40 | 0.33 | 352.99 | 0.32 | 0.52 |
| Hex | AC | 5F | 68 | 0 | 2D | 28 | 21 | 161 | 20 | 34 |
| Octal | 254 | 137 | 150 | 0 | 55 | 50 | 41 | 541 | 40 | 64 |
| Binary | 10101100 | 1011111 | 1101000 | 0 | 101101 | 101000 | 100001 | 101100001 | 100000 | 110100 |
Color Harmonies of #AC5F68
Complementary color
Monochromatic Colors of #AC5F68
Black with #AC5F68
Text Example
Text Example
White with #AC5F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5F68; }
p { color: rgb(172,95,104); }
H1.HeaderClassName
{
color: #AC5F68;
}
.AnyTagClassName
{
color: #AC5F68;
}
</style>
background-color css
<style>
a { background-color: #AC5F68; }
a { background-color: rgb(172,95,104); }
div.DivClassName
{
background-color: #AC5F68;
}
.BgClassName
{
background-color: #AC5F68;
}
</style>
border-color css
<style>
span { border-color: #AC5F68; }
span { border-color: rgb(172,95,104); }
td.TdClassName
{
border-color: #AC5F68;
}
.TagClassName
{
border-color: #AC5F68;
}
</style>