Shades of Apple Blossom #AF5959
Tints of Apple Blossom #AF5959
RGB
CMYK
RGB Variations
Color information
#AF5959 (or 0xAF5959) is known color: Apple Blossom. HEX triplet: AF, 59 and 59. RGB value is (175,89,89). Sum of RGB (Red+Green+Blue) = 175+89+89=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5959 is #50A6A6. Grayscale: #727272. Windows color (decimal): -5285543 or 5855663. OLE color: 5855663.
HSL color Cylindrical-coordinate representation of color #AF5959: hue angle of 0º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF5959 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 89 | 89 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.31 |
| HSL | 0º | 0.35% | 0.52% | - |
| HSV(B) | 0º | 0.49% | 0.69% | - |
| XYZ | 23.05 | 16.98 | 11.51 | - |
| YUV | 114.71 | 113.49 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 89 | 89 | 0 | 0.49 | 0.49 | 0.31 | 0 | 0.35 | 0.52 |
| Hex | AF | 59 | 59 | 0 | 31 | 31 | 1F | 0 | 23 | 34 |
| Octal | 257 | 131 | 131 | 0 | 61 | 61 | 37 | 0 | 43 | 64 |
| Binary | 10101111 | 1011001 | 1011001 | 0 | 110001 | 110001 | 11111 | 0 | 100011 | 110100 |
Color Harmonies of #AF5959
Complementary color
Monochromatic Colors of #AF5959
Black with #AF5959
Text Example
Text Example
White with #AF5959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5959; }
p { color: rgb(175,89,89); }
H1.HeaderClassName
{
color: #AF5959;
}
.AnyTagClassName
{
color: #AF5959;
}
</style>
background-color css
<style>
a { background-color: #AF5959; }
a { background-color: rgb(175,89,89); }
div.DivClassName
{
background-color: #AF5959;
}
.BgClassName
{
background-color: #AF5959;
}
</style>
border-color css
<style>
span { border-color: #AF5959; }
span { border-color: rgb(175,89,89); }
td.TdClassName
{
border-color: #AF5959;
}
.TagClassName
{
border-color: #AF5959;
}
</style>