Shades of Apple Blossom #AF5351
Tints of Apple Blossom #AF5351
RGB
CMYK
RGB Variations
Color information
#AF5351 (or 0xAF5351) is known color: Apple Blossom. HEX triplet: AF, 53 and 51. RGB value is (175,83,81). Sum of RGB (Red+Green+Blue) = 175+83+81=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5351 is #50ACAE. Grayscale: #6E6E6E. Windows color (decimal): -5287087 or 5329839. OLE color: 5329839.
HSL color Cylindrical-coordinate representation of color #AF5351: hue angle of 1.28º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF5351 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 81 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.31 |
| HSL | 1.28º | 0.37% | 0.5% | - |
| HSV(B) | 1.28º | 0.54% | 0.69% | - |
| XYZ | 22.26 | 15.89 | 9.68 | - |
| YUV | 110.28 | 111.48 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 81 | 0 | 0.53 | 0.54 | 0.31 | 1.28 | 0.37 | 0.5 |
| Hex | AF | 53 | 51 | 0 | 35 | 36 | 1F | 1 | 25 | 32 |
| Octal | 257 | 123 | 121 | 0 | 65 | 66 | 37 | 1 | 45 | 62 |
| Binary | 10101111 | 1010011 | 1010001 | 0 | 110101 | 110110 | 11111 | 1 | 100101 | 110010 |
Color Harmonies of #AF5351
Complementary color
Monochromatic Colors of #AF5351
Black with #AF5351
Text Example
Text Example
White with #AF5351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5351; }
p { color: rgb(175,83,81); }
H1.HeaderClassName
{
color: #AF5351;
}
.AnyTagClassName
{
color: #AF5351;
}
</style>
background-color css
<style>
a { background-color: #AF5351; }
a { background-color: rgb(175,83,81); }
div.DivClassName
{
background-color: #AF5351;
}
.BgClassName
{
background-color: #AF5351;
}
</style>
border-color css
<style>
span { border-color: #AF5351; }
span { border-color: rgb(175,83,81); }
td.TdClassName
{
border-color: #AF5351;
}
.TagClassName
{
border-color: #AF5351;
}
</style>