Shades of Apple Blossom #AB5453
Tints of Apple Blossom #AB5453
RGB
CMYK
RGB Variations
Color information
#AB5453 (or 0xAB5453) is known color: Apple Blossom. HEX triplet: AB, 54 and 53. RGB value is (171,84,83). Sum of RGB (Red+Green+Blue) = 171+84+83=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5453 is #54ABAC. Grayscale: #6D6D6D. Windows color (decimal): -5548973 or 5461163. OLE color: 5461163.
HSL color Cylindrical-coordinate representation of color #AB5453: hue angle of 0.68º 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 #AB5453 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 83 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.33 |
| HSL | 0.68º | 0.35% | 0.5% | - |
| HSV(B) | 0.68º | 0.51% | 0.67% | - |
| XYZ | 21.53 | 15.62 | 10.06 | - |
| YUV | 109.9 | 112.82 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 83 | 0 | 0.51 | 0.51 | 0.33 | 0.68 | 0.35 | 0.5 |
| Hex | AB | 54 | 53 | 0 | 33 | 33 | 21 | 1 | 23 | 32 |
| Octal | 253 | 124 | 123 | 0 | 63 | 63 | 41 | 1 | 43 | 62 |
| Binary | 10101011 | 1010100 | 1010011 | 0 | 110011 | 110011 | 100001 | 1 | 100011 | 110010 |
Color Harmonies of #AB5453
Complementary color
Monochromatic Colors of #AB5453
Black with #AB5453
Text Example
Text Example
White with #AB5453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5453; }
p { color: rgb(171,84,83); }
H1.HeaderClassName
{
color: #AB5453;
}
.AnyTagClassName
{
color: #AB5453;
}
</style>
background-color css
<style>
a { background-color: #AB5453; }
a { background-color: rgb(171,84,83); }
div.DivClassName
{
background-color: #AB5453;
}
.BgClassName
{
background-color: #AB5453;
}
</style>
border-color css
<style>
span { border-color: #AB5453; }
span { border-color: rgb(171,84,83); }
td.TdClassName
{
border-color: #AB5453;
}
.TagClassName
{
border-color: #AB5453;
}
</style>