Shades of Apple Blossom #AB5754
Tints of Apple Blossom #AB5754
RGB
CMYK
RGB Variations
Color information
#AB5754 (or 0xAB5754) is known color: Apple Blossom. HEX triplet: AB, 57 and 54. RGB value is (171,87,84). Sum of RGB (Red+Green+Blue) = 171+87+84=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5754 is #54A8AB. Grayscale: #6F6F6F. Windows color (decimal): -5548204 or 5527467. OLE color: 5527467.
HSL color Cylindrical-coordinate representation of color #AB5754: hue angle of 2.07º degrees, saturation: 0.34, 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 #AB5754 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 87 | 84 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.33 |
| HSL | 2.07º | 0.34% | 0.5% | - |
| HSV(B) | 2.07º | 0.51% | 0.67% | - |
| XYZ | 21.8 | 16.11 | 10.35 | - |
| YUV | 111.77 | 112.33 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 87 | 84 | 0 | 0.49 | 0.51 | 0.33 | 2.07 | 0.34 | 0.5 |
| Hex | AB | 57 | 54 | 0 | 31 | 33 | 21 | 2 | 22 | 32 |
| Octal | 253 | 127 | 124 | 0 | 61 | 63 | 41 | 2 | 42 | 62 |
| Binary | 10101011 | 1010111 | 1010100 | 0 | 110001 | 110011 | 100001 | 10 | 100010 | 110010 |
Color Harmonies of #AB5754
Complementary color
Monochromatic Colors of #AB5754
Black with #AB5754
Text Example
Text Example
White with #AB5754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5754; }
p { color: rgb(171,87,84); }
H1.HeaderClassName
{
color: #AB5754;
}
.AnyTagClassName
{
color: #AB5754;
}
</style>
background-color css
<style>
a { background-color: #AB5754; }
a { background-color: rgb(171,87,84); }
div.DivClassName
{
background-color: #AB5754;
}
.BgClassName
{
background-color: #AB5754;
}
</style>
border-color css
<style>
span { border-color: #AB5754; }
span { border-color: rgb(171,87,84); }
td.TdClassName
{
border-color: #AB5754;
}
.TagClassName
{
border-color: #AB5754;
}
</style>