Shades of Apple Blossom #AF5654
Tints of Apple Blossom #AF5654
RGB
CMYK
RGB Variations
Color information
#AF5654 (or 0xAF5654) is known color: Apple Blossom. HEX triplet: AF, 56 and 54. RGB value is (175,86,84). Sum of RGB (Red+Green+Blue) = 175+86+84=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5654 is #50A9AB. Grayscale: #707070. Windows color (decimal): -5286316 or 5527215. OLE color: 5527215.
HSL color Cylindrical-coordinate representation of color #AF5654: hue angle of 1.32º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF5654 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 86 | 84 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.31 |
| HSL | 1.32º | 0.36% | 0.51% | - |
| HSV(B) | 1.32º | 0.52% | 0.69% | - |
| XYZ | 22.61 | 16.41 | 10.36 | - |
| YUV | 112.38 | 111.99 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 86 | 84 | 0 | 0.51 | 0.52 | 0.31 | 1.32 | 0.36 | 0.51 |
| Hex | AF | 56 | 54 | 0 | 33 | 34 | 1F | 1 | 24 | 33 |
| Octal | 257 | 126 | 124 | 0 | 63 | 64 | 37 | 1 | 44 | 63 |
| Binary | 10101111 | 1010110 | 1010100 | 0 | 110011 | 110100 | 11111 | 1 | 100100 | 110011 |
Color Harmonies of #AF5654
Complementary color
Monochromatic Colors of #AF5654
Black with #AF5654
Text Example
Text Example
White with #AF5654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5654; }
p { color: rgb(175,86,84); }
H1.HeaderClassName
{
color: #AF5654;
}
.AnyTagClassName
{
color: #AF5654;
}
</style>
background-color css
<style>
a { background-color: #AF5654; }
a { background-color: rgb(175,86,84); }
div.DivClassName
{
background-color: #AF5654;
}
.BgClassName
{
background-color: #AF5654;
}
</style>
border-color css
<style>
span { border-color: #AF5654; }
span { border-color: rgb(175,86,84); }
td.TdClassName
{
border-color: #AF5654;
}
.TagClassName
{
border-color: #AF5654;
}
</style>