Shades of Apple Blossom #AB5A52
Tints of Apple Blossom #AB5A52
RGB
CMYK
RGB Variations
Color information
#AB5A52 (or 0xAB5A52) is known color: Apple Blossom. HEX triplet: AB, 5A and 52. RGB value is (171,90,82). Sum of RGB (Red+Green+Blue) = 171+90+82=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5A52 is #54A5AD. Grayscale: #717171. Windows color (decimal): -5547438 or 5397163. OLE color: 5397163.
HSL color Cylindrical-coordinate representation of color #AB5A52: hue angle of 5.39º 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 #AB5A52 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 90 | 82 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.33 |
| HSL | 5.39º | 0.35% | 0.5% | - |
| HSV(B) | 5.39º | 0.52% | 0.67% | - |
| XYZ | 21.97 | 16.58 | 10.02 | - |
| YUV | 113.31 | 110.34 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 90 | 82 | 0 | 0.47 | 0.52 | 0.33 | 5.39 | 0.35 | 0.5 |
| Hex | AB | 5A | 52 | 0 | 2F | 34 | 21 | 5 | 23 | 32 |
| Octal | 253 | 132 | 122 | 0 | 57 | 64 | 41 | 5 | 43 | 62 |
| Binary | 10101011 | 1011010 | 1010010 | 0 | 101111 | 110100 | 100001 | 101 | 100011 | 110010 |
Color Harmonies of #AB5A52
Complementary color
Monochromatic Colors of #AB5A52
Black with #AB5A52
Text Example
Text Example
White with #AB5A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5A52; }
p { color: rgb(171,90,82); }
H1.HeaderClassName
{
color: #AB5A52;
}
.AnyTagClassName
{
color: #AB5A52;
}
</style>
background-color css
<style>
a { background-color: #AB5A52; }
a { background-color: rgb(171,90,82); }
div.DivClassName
{
background-color: #AB5A52;
}
.BgClassName
{
background-color: #AB5A52;
}
</style>
border-color css
<style>
span { border-color: #AB5A52; }
span { border-color: rgb(171,90,82); }
td.TdClassName
{
border-color: #AB5A52;
}
.TagClassName
{
border-color: #AB5A52;
}
</style>