Shades of Apple Blossom #AB5A57
Tints of Apple Blossom #AB5A57
RGB
CMYK
RGB Variations
Color information
#AB5A57 (or 0xAB5A57) is known color: Apple Blossom. HEX triplet: AB, 5A and 57. RGB value is (171,90,87). Sum of RGB (Red+Green+Blue) = 171+90+87=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5A57 is #54A5A8. Grayscale: #717171. Windows color (decimal): -5547433 or 5724843. OLE color: 5724843.
HSL color Cylindrical-coordinate representation of color #AB5A57: hue angle of 2.14º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB5A57 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 90 | 87 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.33 |
| HSL | 2.14º | 0.33% | 0.51% | - |
| HSV(B) | 2.14º | 0.49% | 0.67% | - |
| XYZ | 22.17 | 16.66 | 11.06 | - |
| YUV | 113.88 | 112.84 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 90 | 87 | 0 | 0.47 | 0.49 | 0.33 | 2.14 | 0.33 | 0.51 |
| Hex | AB | 5A | 57 | 0 | 2F | 31 | 21 | 2 | 21 | 33 |
| Octal | 253 | 132 | 127 | 0 | 57 | 61 | 41 | 2 | 41 | 63 |
| Binary | 10101011 | 1011010 | 1010111 | 0 | 101111 | 110001 | 100001 | 10 | 100001 | 110011 |
Color Harmonies of #AB5A57
Complementary color
Monochromatic Colors of #AB5A57
Black with #AB5A57
Text Example
Text Example
White with #AB5A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5A57; }
p { color: rgb(171,90,87); }
H1.HeaderClassName
{
color: #AB5A57;
}
.AnyTagClassName
{
color: #AB5A57;
}
</style>
background-color css
<style>
a { background-color: #AB5A57; }
a { background-color: rgb(171,90,87); }
div.DivClassName
{
background-color: #AB5A57;
}
.BgClassName
{
background-color: #AB5A57;
}
</style>
border-color css
<style>
span { border-color: #AB5A57; }
span { border-color: rgb(171,90,87); }
td.TdClassName
{
border-color: #AB5A57;
}
.TagClassName
{
border-color: #AB5A57;
}
</style>