Shades of Blush #AB526A
Tints of Blush #AB526A
RGB
CMYK
RGB Variations
Color information
#AB526A (or 0xAB526A) is known color: Blush. HEX triplet: AB, 52 and 6A. RGB value is (171,82,106). Sum of RGB (Red+Green+Blue) = 171+82+106=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB526A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB526A is #54AD95. Grayscale: #6F6F6F. Windows color (decimal): -5549462 or 6967979. OLE color: 6967979.
HSL color Cylindrical-coordinate representation of color #AB526A: hue angle of 343.82º 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 #AB526A is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 82 | 106 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.33 |
| HSL | 343.82º | 0.35% | 0.5% | - |
| HSV(B) | 343.82º | 0.52% | 0.67% | - |
| XYZ | 22.41 | 15.73 | 15.49 | - |
| YUV | 111.35 | 124.99 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 106 | 0 | 0.52 | 0.38 | 0.33 | 343.82 | 0.35 | 0.5 |
| Hex | AB | 52 | 6A | 0 | 34 | 26 | 21 | 158 | 23 | 32 |
| Octal | 253 | 122 | 152 | 0 | 64 | 46 | 41 | 530 | 43 | 62 |
| Binary | 10101011 | 1010010 | 1101010 | 0 | 110100 | 100110 | 100001 | 101011000 | 100011 | 110010 |
Color Harmonies of #AB526A
Complementary color
Monochromatic Colors of #AB526A
Black with #AB526A
Text Example
Text Example
White with #AB526A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB526A; }
p { color: rgb(171,82,106); }
H1.HeaderClassName
{
color: #AB526A;
}
.AnyTagClassName
{
color: #AB526A;
}
</style>
background-color css
<style>
a { background-color: #AB526A; }
a { background-color: rgb(171,82,106); }
div.DivClassName
{
background-color: #AB526A;
}
.BgClassName
{
background-color: #AB526A;
}
</style>
border-color css
<style>
span { border-color: #AB526A; }
span { border-color: rgb(171,82,106); }
td.TdClassName
{
border-color: #AB526A;
}
.TagClassName
{
border-color: #AB526A;
}
</style>