Shades of Apple Blossom #AF584E
Tints of Apple Blossom #AF584E
RGB
CMYK
RGB Variations
Color information
#AF584E (or 0xAF584E) is known color: Apple Blossom. HEX triplet: AF, 58 and 4E. RGB value is (175,88,78). Sum of RGB (Red+Green+Blue) = 175+88+78=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF584E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF584E is #50A7B1. Grayscale: #707070. Windows color (decimal): -5285810 or 5134511. OLE color: 5134511.
HSL color Cylindrical-coordinate representation of color #AF584E: hue angle of 6.19º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF584E is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 88 | 78 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.31 |
| HSL | 6.19º | 0.38% | 0.5% | - |
| HSV(B) | 6.19º | 0.55% | 0.69% | - |
| XYZ | 22.54 | 16.64 | 9.23 | - |
| YUV | 112.87 | 108.32 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 78 | 0 | 0.50 | 0.55 | 0.31 | 6.19 | 0.38 | 0.5 |
| Hex | AF | 58 | 4E | 0 | 32 | 37 | 1F | 6 | 26 | 32 |
| Octal | 257 | 130 | 116 | 0 | 62 | 67 | 37 | 6 | 46 | 62 |
| Binary | 10101111 | 1011000 | 1001110 | 0 | 110010 | 110111 | 11111 | 110 | 100110 | 110010 |
Color Harmonies of #AF584E
Complementary color
Monochromatic Colors of #AF584E
Black with #AF584E
Text Example
Text Example
White with #AF584E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF584E; }
p { color: rgb(175,88,78); }
H1.HeaderClassName
{
color: #AF584E;
}
.AnyTagClassName
{
color: #AF584E;
}
</style>
background-color css
<style>
a { background-color: #AF584E; }
a { background-color: rgb(175,88,78); }
div.DivClassName
{
background-color: #AF584E;
}
.BgClassName
{
background-color: #AF584E;
}
</style>
border-color css
<style>
span { border-color: #AF584E; }
span { border-color: rgb(175,88,78); }
td.TdClassName
{
border-color: #AF584E;
}
.TagClassName
{
border-color: #AF584E;
}
</style>