Shades of Blush #AC5467
Tints of Blush #AC5467
RGB
CMYK
RGB Variations
Color information
#AC5467 (or 0xAC5467) is known color: Blush. HEX triplet: AC, 54 and 67. RGB value is (172,84,103). Sum of RGB (Red+Green+Blue) = 172+84+103=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 103 (40.62% from 255 or 28.69% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5467 is #53AB98. Grayscale: #707070. Windows color (decimal): -5483417 or 6771884. OLE color: 6771884.
HSL color Cylindrical-coordinate representation of color #AC5467: hue angle of 347.05º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC5467 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 84 | 103 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.33 |
| HSL | 347.05º | 0.35% | 0.5% | - |
| HSV(B) | 347.05º | 0.51% | 0.67% | - |
| XYZ | 22.63 | 16.09 | 14.74 | - |
| YUV | 112.48 | 122.65 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 103 | 0 | 0.51 | 0.40 | 0.33 | 347.05 | 0.35 | 0.5 |
| Hex | AC | 54 | 67 | 0 | 33 | 28 | 21 | 15B | 23 | 32 |
| Octal | 254 | 124 | 147 | 0 | 63 | 50 | 41 | 533 | 43 | 62 |
| Binary | 10101100 | 1010100 | 1100111 | 0 | 110011 | 101000 | 100001 | 101011011 | 100011 | 110010 |
Color Harmonies of #AC5467
Complementary color
Monochromatic Colors of #AC5467
Black with #AC5467
Text Example
Text Example
White with #AC5467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5467; }
p { color: rgb(172,84,103); }
H1.HeaderClassName
{
color: #AC5467;
}
.AnyTagClassName
{
color: #AC5467;
}
</style>
background-color css
<style>
a { background-color: #AC5467; }
a { background-color: rgb(172,84,103); }
div.DivClassName
{
background-color: #AC5467;
}
.BgClassName
{
background-color: #AC5467;
}
</style>
border-color css
<style>
span { border-color: #AC5467; }
span { border-color: rgb(172,84,103); }
td.TdClassName
{
border-color: #AC5467;
}
.TagClassName
{
border-color: #AC5467;
}
</style>