Shades of Apple Blossom #AB5752
Tints of Apple Blossom #AB5752
RGB
CMYK
RGB Variations
Color information
#AB5752 (or 0xAB5752) is known color: Apple Blossom. HEX triplet: AB, 57 and 52. RGB value is (171,87,82). Sum of RGB (Red+Green+Blue) = 171+87+82=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5752 is #54A8AD. Grayscale: #6F6F6F. Windows color (decimal): -5548206 or 5396395. OLE color: 5396395.
HSL color Cylindrical-coordinate representation of color #AB5752: hue angle of 3.37º 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 #AB5752 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 87 | 82 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.33 |
| HSL | 3.37º | 0.35% | 0.5% | - |
| HSV(B) | 3.37º | 0.52% | 0.67% | - |
| XYZ | 21.73 | 16.08 | 9.94 | - |
| YUV | 111.55 | 111.33 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 87 | 82 | 0 | 0.49 | 0.52 | 0.33 | 3.37 | 0.35 | 0.5 |
| Hex | AB | 57 | 52 | 0 | 31 | 34 | 21 | 3 | 23 | 32 |
| Octal | 253 | 127 | 122 | 0 | 61 | 64 | 41 | 3 | 43 | 62 |
| Binary | 10101011 | 1010111 | 1010010 | 0 | 110001 | 110100 | 100001 | 11 | 100011 | 110010 |
Color Harmonies of #AB5752
Complementary color
Monochromatic Colors of #AB5752
Black with #AB5752
Text Example
Text Example
White with #AB5752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5752; }
p { color: rgb(171,87,82); }
H1.HeaderClassName
{
color: #AB5752;
}
.AnyTagClassName
{
color: #AB5752;
}
</style>
background-color css
<style>
a { background-color: #AB5752; }
a { background-color: rgb(171,87,82); }
div.DivClassName
{
background-color: #AB5752;
}
.BgClassName
{
background-color: #AB5752;
}
</style>
border-color css
<style>
span { border-color: #AB5752; }
span { border-color: rgb(171,87,82); }
td.TdClassName
{
border-color: #AB5752;
}
.TagClassName
{
border-color: #AB5752;
}
</style>