Shades of Blush #AC536C
Tints of Blush #AC536C
RGB
CMYK
RGB Variations
Color information
#AC536C (or 0xAC536C) is known color: Blush. HEX triplet: AC, 53 and 6C. RGB value is (172,83,108). Sum of RGB (Red+Green+Blue) = 172+83+108=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC536C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC536C is #53AC93. Grayscale: #707070. Windows color (decimal): -5483668 or 7099308. OLE color: 7099308.
HSL color Cylindrical-coordinate representation of color #AC536C: hue angle of 343.15º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC536C is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 83 | 108 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.33 |
| HSL | 343.15º | 0.35% | 0.5% | - |
| HSV(B) | 343.15º | 0.52% | 0.67% | - |
| XYZ | 22.81 | 16.04 | 16.08 | - |
| YUV | 112.46 | 125.49 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 108 | 0 | 0.52 | 0.37 | 0.33 | 343.15 | 0.35 | 0.5 |
| Hex | AC | 53 | 6C | 0 | 34 | 25 | 21 | 157 | 23 | 32 |
| Octal | 254 | 123 | 154 | 0 | 64 | 45 | 41 | 527 | 43 | 62 |
| Binary | 10101100 | 1010011 | 1101100 | 0 | 110100 | 100101 | 100001 | 101010111 | 100011 | 110010 |
Color Harmonies of #AC536C
Complementary color
Monochromatic Colors of #AC536C
Black with #AC536C
Text Example
Text Example
White with #AC536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC536C; }
p { color: rgb(172,83,108); }
H1.HeaderClassName
{
color: #AC536C;
}
.AnyTagClassName
{
color: #AC536C;
}
</style>
background-color css
<style>
a { background-color: #AC536C; }
a { background-color: rgb(172,83,108); }
div.DivClassName
{
background-color: #AC536C;
}
.BgClassName
{
background-color: #AC536C;
}
</style>
border-color css
<style>
span { border-color: #AC536C; }
span { border-color: rgb(172,83,108); }
td.TdClassName
{
border-color: #AC536C;
}
.TagClassName
{
border-color: #AC536C;
}
</style>