Shades of Blush #AB5369
Tints of Blush #AB5369
RGB
CMYK
RGB Variations
Color information
#AB5369 (or 0xAB5369) is known color: Blush. HEX triplet: AB, 53 and 69. RGB value is (171,83,105). Sum of RGB (Red+Green+Blue) = 171+83+105=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5369 is #54AC96. Grayscale: #6F6F6F. Windows color (decimal): -5549207 or 6902699. OLE color: 6902699.
HSL color Cylindrical-coordinate representation of color #AB5369: hue angle of 345º 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 #AB5369 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 83 | 105 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.33 |
| HSL | 345º | 0.35% | 0.5% | - |
| HSV(B) | 345º | 0.51% | 0.67% | - |
| XYZ | 22.44 | 15.86 | 15.24 | - |
| YUV | 111.82 | 124.15 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 105 | 0 | 0.51 | 0.39 | 0.33 | 345 | 0.35 | 0.5 |
| Hex | AB | 53 | 69 | 0 | 33 | 27 | 21 | 159 | 23 | 32 |
| Octal | 253 | 123 | 151 | 0 | 63 | 47 | 41 | 531 | 43 | 62 |
| Binary | 10101011 | 1010011 | 1101001 | 0 | 110011 | 100111 | 100001 | 101011001 | 100011 | 110010 |
Color Harmonies of #AB5369
Complementary color
Monochromatic Colors of #AB5369
Black with #AB5369
Text Example
Text Example
White with #AB5369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5369; }
p { color: rgb(171,83,105); }
H1.HeaderClassName
{
color: #AB5369;
}
.AnyTagClassName
{
color: #AB5369;
}
</style>
background-color css
<style>
a { background-color: #AB5369; }
a { background-color: rgb(171,83,105); }
div.DivClassName
{
background-color: #AB5369;
}
.BgClassName
{
background-color: #AB5369;
}
</style>
border-color css
<style>
span { border-color: #AB5369; }
span { border-color: rgb(171,83,105); }
td.TdClassName
{
border-color: #AB5369;
}
.TagClassName
{
border-color: #AB5369;
}
</style>