Shades of Blush #AC526C
Tints of Blush #AC526C
RGB
CMYK
RGB Variations
Color information
#AC526C (or 0xAC526C) is known color: Blush. HEX triplet: AC, 52 and 6C. RGB value is (172,82,108). Sum of RGB (Red+Green+Blue) = 172+82+108=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC526C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC526C is #53AD93. Grayscale: #6F6F6F. Windows color (decimal): -5483924 or 7099052. OLE color: 7099052.
HSL color Cylindrical-coordinate representation of color #AC526C: hue angle of 342.67º 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 #AC526C is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 82 | 108 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.33 |
| HSL | 342.67º | 0.35% | 0.5% | - |
| HSV(B) | 342.67º | 0.52% | 0.67% | - |
| XYZ | 22.74 | 15.89 | 16.06 | - |
| YUV | 111.87 | 125.82 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 108 | 0 | 0.52 | 0.37 | 0.33 | 342.67 | 0.35 | 0.5 |
| Hex | AC | 52 | 6C | 0 | 34 | 25 | 21 | 157 | 23 | 32 |
| Octal | 254 | 122 | 154 | 0 | 64 | 45 | 41 | 527 | 43 | 62 |
| Binary | 10101100 | 1010010 | 1101100 | 0 | 110100 | 100101 | 100001 | 101010111 | 100011 | 110010 |
Color Harmonies of #AC526C
Complementary color
Monochromatic Colors of #AC526C
Black with #AC526C
Text Example
Text Example
White with #AC526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC526C; }
p { color: rgb(172,82,108); }
H1.HeaderClassName
{
color: #AC526C;
}
.AnyTagClassName
{
color: #AC526C;
}
</style>
background-color css
<style>
a { background-color: #AC526C; }
a { background-color: rgb(172,82,108); }
div.DivClassName
{
background-color: #AC526C;
}
.BgClassName
{
background-color: #AC526C;
}
</style>
border-color css
<style>
span { border-color: #AC526C; }
span { border-color: rgb(172,82,108); }
td.TdClassName
{
border-color: #AC526C;
}
.TagClassName
{
border-color: #AC526C;
}
</style>