Shades of Apple Blossom #AF5047
Tints of Apple Blossom #AF5047
RGB
CMYK
RGB Variations
Color information
#AF5047 (or 0xAF5047) is known color: Apple Blossom. HEX triplet: AF, 50 and 47. RGB value is (175,80,71). Sum of RGB (Red+Green+Blue) = 175+80+71=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5047 is #50AFB8. Grayscale: #6B6B6B. Windows color (decimal): -5287865 or 4673711. OLE color: 4673711.
HSL color Cylindrical-coordinate representation of color #AF5047: hue angle of 5.19º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF5047 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 80 | 71 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.31 |
| HSL | 5.19º | 0.42% | 0.48% | - |
| HSV(B) | 5.19º | 0.59% | 0.69% | - |
| XYZ | 21.69 | 15.31 | 7.77 | - |
| YUV | 107.38 | 107.47 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 71 | 0 | 0.54 | 0.59 | 0.31 | 5.19 | 0.42 | 0.48 |
| Hex | AF | 50 | 47 | 0 | 36 | 3B | 1F | 5 | 2A | 30 |
| Octal | 257 | 120 | 107 | 0 | 66 | 73 | 37 | 5 | 52 | 60 |
| Binary | 10101111 | 1010000 | 1000111 | 0 | 110110 | 111011 | 11111 | 101 | 101010 | 110000 |
Color Harmonies of #AF5047
Complementary color
Monochromatic Colors of #AF5047
Black with #AF5047
Text Example
Text Example
White with #AF5047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5047; }
p { color: rgb(175,80,71); }
H1.HeaderClassName
{
color: #AF5047;
}
.AnyTagClassName
{
color: #AF5047;
}
</style>
background-color css
<style>
a { background-color: #AF5047; }
a { background-color: rgb(175,80,71); }
div.DivClassName
{
background-color: #AF5047;
}
.BgClassName
{
background-color: #AF5047;
}
</style>
border-color css
<style>
span { border-color: #AF5047; }
span { border-color: rgb(175,80,71); }
td.TdClassName
{
border-color: #AF5047;
}
.TagClassName
{
border-color: #AF5047;
}
</style>