Shades of Apple Blossom #AB5348
Tints of Apple Blossom #AB5348
RGB
CMYK
RGB Variations
Color information
#AB5348 (or 0xAB5348) is known color: Apple Blossom. HEX triplet: AB, 53 and 48. RGB value is (171,83,72). Sum of RGB (Red+Green+Blue) = 171+83+72=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5348 is #54ACB7. Grayscale: #6C6C6C. Windows color (decimal): -5549240 or 4740011. OLE color: 4740011.
HSL color Cylindrical-coordinate representation of color #AB5348: hue angle of 6.67º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB5348 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 83 | 72 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.33 |
| HSL | 6.67º | 0.41% | 0.48% | - |
| HSV(B) | 6.67º | 0.58% | 0.67% | - |
| XYZ | 21.06 | 15.31 | 7.98 | - |
| YUV | 108.06 | 107.65 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 72 | 0 | 0.51 | 0.58 | 0.33 | 6.67 | 0.41 | 0.48 |
| Hex | AB | 53 | 48 | 0 | 33 | 3A | 21 | 7 | 29 | 30 |
| Octal | 253 | 123 | 110 | 0 | 63 | 72 | 41 | 7 | 51 | 60 |
| Binary | 10101011 | 1010011 | 1001000 | 0 | 110011 | 111010 | 100001 | 111 | 101001 | 110000 |
Color Harmonies of #AB5348
Complementary color
Monochromatic Colors of #AB5348
Black with #AB5348
Text Example
Text Example
White with #AB5348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5348; }
p { color: rgb(171,83,72); }
H1.HeaderClassName
{
color: #AB5348;
}
.AnyTagClassName
{
color: #AB5348;
}
</style>
background-color css
<style>
a { background-color: #AB5348; }
a { background-color: rgb(171,83,72); }
div.DivClassName
{
background-color: #AB5348;
}
.BgClassName
{
background-color: #AB5348;
}
</style>
border-color css
<style>
span { border-color: #AB5348; }
span { border-color: rgb(171,83,72); }
td.TdClassName
{
border-color: #AB5348;
}
.TagClassName
{
border-color: #AB5348;
}
</style>