Shades of Apple Blossom #AF5E55
Tints of Apple Blossom #AF5E55
RGB
CMYK
RGB Variations
Color information
#AF5E55 (or 0xAF5E55) is known color: Apple Blossom. HEX triplet: AF, 5E and 55. RGB value is (175,94,85). Sum of RGB (Red+Green+Blue) = 175+94+85=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5E55 is #50A1AA. Grayscale: #757575. Windows color (decimal): -5284267 or 5594799. OLE color: 5594799.
HSL color Cylindrical-coordinate representation of color #AF5E55: hue angle of 6º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF5E55 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 94 | 85 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.31 |
| HSL | 6º | 0.36% | 0.51% | - |
| HSV(B) | 6º | 0.51% | 0.69% | - |
| XYZ | 23.32 | 17.78 | 10.8 | - |
| YUV | 117.19 | 109.84 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 85 | 0 | 0.46 | 0.51 | 0.31 | 6 | 0.36 | 0.51 |
| Hex | AF | 5E | 55 | 0 | 2E | 33 | 1F | 6 | 24 | 33 |
| Octal | 257 | 136 | 125 | 0 | 56 | 63 | 37 | 6 | 44 | 63 |
| Binary | 10101111 | 1011110 | 1010101 | 0 | 101110 | 110011 | 11111 | 110 | 100100 | 110011 |
Color Harmonies of #AF5E55
Complementary color
Monochromatic Colors of #AF5E55
Black with #AF5E55
Text Example
Text Example
White with #AF5E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5E55; }
p { color: rgb(175,94,85); }
H1.HeaderClassName
{
color: #AF5E55;
}
.AnyTagClassName
{
color: #AF5E55;
}
</style>
background-color css
<style>
a { background-color: #AF5E55; }
a { background-color: rgb(175,94,85); }
div.DivClassName
{
background-color: #AF5E55;
}
.BgClassName
{
background-color: #AF5E55;
}
</style>
border-color css
<style>
span { border-color: #AF5E55; }
span { border-color: rgb(175,94,85); }
td.TdClassName
{
border-color: #AF5E55;
}
.TagClassName
{
border-color: #AF5E55;
}
</style>