Shades of Apple Blossom #AB534E
Tints of Apple Blossom #AB534E
RGB
CMYK
RGB Variations
Color information
#AB534E (or 0xAB534E) is known color: Apple Blossom. HEX triplet: AB, 53 and 4E. RGB value is (171,83,78). Sum of RGB (Red+Green+Blue) = 171+83+78=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB534E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB534E is #54ACB1. Grayscale: #6C6C6C. Windows color (decimal): -5549234 or 5133227. OLE color: 5133227.
HSL color Cylindrical-coordinate representation of color #AB534E: hue angle of 3.23º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB534E is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 83 | 78 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.33 |
| HSL | 3.23º | 0.37% | 0.49% | - |
| HSV(B) | 3.23º | 0.54% | 0.67% | - |
| XYZ | 21.26 | 15.39 | 9.06 | - |
| YUV | 108.74 | 110.65 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 78 | 0 | 0.51 | 0.54 | 0.33 | 3.23 | 0.37 | 0.49 |
| Hex | AB | 53 | 4E | 0 | 33 | 36 | 21 | 3 | 25 | 31 |
| Octal | 253 | 123 | 116 | 0 | 63 | 66 | 41 | 3 | 45 | 61 |
| Binary | 10101011 | 1010011 | 1001110 | 0 | 110011 | 110110 | 100001 | 11 | 100101 | 110001 |
Color Harmonies of #AB534E
Complementary color
Monochromatic Colors of #AB534E
Black with #AB534E
Text Example
Text Example
White with #AB534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB534E; }
p { color: rgb(171,83,78); }
H1.HeaderClassName
{
color: #AB534E;
}
.AnyTagClassName
{
color: #AB534E;
}
</style>
background-color css
<style>
a { background-color: #AB534E; }
a { background-color: rgb(171,83,78); }
div.DivClassName
{
background-color: #AB534E;
}
.BgClassName
{
background-color: #AB534E;
}
</style>
border-color css
<style>
span { border-color: #AB534E; }
span { border-color: rgb(171,83,78); }
td.TdClassName
{
border-color: #AB534E;
}
.TagClassName
{
border-color: #AB534E;
}
</style>