Shades of Apple Blossom #AF5555
Tints of Apple Blossom #AF5555
RGB
CMYK
RGB Variations
Color information
#AF5555 (or 0xAF5555) is known color: Apple Blossom. HEX triplet: AF, 55 and 55. RGB value is (175,85,85). Sum of RGB (Red+Green+Blue) = 175+85+85=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5555 is #50AAAA. Grayscale: #707070. Windows color (decimal): -5286571 or 5592495. OLE color: 5592495.
HSL color Cylindrical-coordinate representation of color #AF5555: hue angle of 0º 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 #AF5555 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 85 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.31 |
| HSL | 0º | 0.36% | 0.51% | - |
| HSV(B) | 0º | 0.51% | 0.69% | - |
| XYZ | 22.57 | 16.27 | 10.54 | - |
| YUV | 111.91 | 112.82 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 85 | 0 | 0.51 | 0.51 | 0.31 | 0 | 0.36 | 0.51 |
| Hex | AF | 55 | 55 | 0 | 33 | 33 | 1F | 0 | 24 | 33 |
| Octal | 257 | 125 | 125 | 0 | 63 | 63 | 37 | 0 | 44 | 63 |
| Binary | 10101111 | 1010101 | 1010101 | 0 | 110011 | 110011 | 11111 | 0 | 100100 | 110011 |
Color Harmonies of #AF5555
Complementary color
Monochromatic Colors of #AF5555
Black with #AF5555
Text Example
Text Example
White with #AF5555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5555; }
p { color: rgb(175,85,85); }
H1.HeaderClassName
{
color: #AF5555;
}
.AnyTagClassName
{
color: #AF5555;
}
</style>
background-color css
<style>
a { background-color: #AF5555; }
a { background-color: rgb(175,85,85); }
div.DivClassName
{
background-color: #AF5555;
}
.BgClassName
{
background-color: #AF5555;
}
</style>
border-color css
<style>
span { border-color: #AF5555; }
span { border-color: rgb(175,85,85); }
td.TdClassName
{
border-color: #AF5555;
}
.TagClassName
{
border-color: #AF5555;
}
</style>