Shades of Apple Blossom #AF574E
Tints of Apple Blossom #AF574E
RGB
CMYK
RGB Variations
Color information
#AF574E (or 0xAF574E) is known color: Apple Blossom. HEX triplet: AF, 57 and 4E. RGB value is (175,87,78). Sum of RGB (Red+Green+Blue) = 175+87+78=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF574E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF574E is #50A8B1. Grayscale: #707070. Windows color (decimal): -5286066 or 5134255. OLE color: 5134255.
HSL color Cylindrical-coordinate representation of color #AF574E: hue angle of 5.57º 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 #AF574E is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 87 | 78 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.31 |
| HSL | 5.57º | 0.38% | 0.5% | - |
| HSV(B) | 5.57º | 0.55% | 0.69% | - |
| XYZ | 22.46 | 16.48 | 9.2 | - |
| YUV | 112.29 | 108.65 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 78 | 0 | 0.50 | 0.55 | 0.31 | 5.57 | 0.38 | 0.5 |
| Hex | AF | 57 | 4E | 0 | 32 | 37 | 1F | 6 | 26 | 32 |
| Octal | 257 | 127 | 116 | 0 | 62 | 67 | 37 | 6 | 46 | 62 |
| Binary | 10101111 | 1010111 | 1001110 | 0 | 110010 | 110111 | 11111 | 110 | 100110 | 110010 |
Color Harmonies of #AF574E
Complementary color
Monochromatic Colors of #AF574E
Black with #AF574E
Text Example
Text Example
White with #AF574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF574E; }
p { color: rgb(175,87,78); }
H1.HeaderClassName
{
color: #AF574E;
}
.AnyTagClassName
{
color: #AF574E;
}
</style>
background-color css
<style>
a { background-color: #AF574E; }
a { background-color: rgb(175,87,78); }
div.DivClassName
{
background-color: #AF574E;
}
.BgClassName
{
background-color: #AF574E;
}
</style>
border-color css
<style>
span { border-color: #AF574E; }
span { border-color: rgb(175,87,78); }
td.TdClassName
{
border-color: #AF574E;
}
.TagClassName
{
border-color: #AF574E;
}
</style>