Shades of Apple Blossom #AF574D
Tints of Apple Blossom #AF574D
RGB
CMYK
RGB Variations
Color information
#AF574D (or 0xAF574D) is known color: Apple Blossom. HEX triplet: AF, 57 and 4D. RGB value is (175,87,77). Sum of RGB (Red+Green+Blue) = 175+87+77=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF574D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF574D is #50A8B2. Grayscale: #707070. Windows color (decimal): -5286067 or 5068719. OLE color: 5068719.
HSL color Cylindrical-coordinate representation of color #AF574D: hue angle of 6.12º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF574D is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 87 | 77 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.31 |
| HSL | 6.12º | 0.39% | 0.49% | - |
| HSV(B) | 6.12º | 0.56% | 0.69% | - |
| XYZ | 22.43 | 16.47 | 9.02 | - |
| YUV | 112.17 | 108.15 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 77 | 0 | 0.50 | 0.56 | 0.31 | 6.12 | 0.39 | 0.49 |
| Hex | AF | 57 | 4D | 0 | 32 | 38 | 1F | 6 | 27 | 31 |
| Octal | 257 | 127 | 115 | 0 | 62 | 70 | 37 | 6 | 47 | 61 |
| Binary | 10101111 | 1010111 | 1001101 | 0 | 110010 | 111000 | 11111 | 110 | 100111 | 110001 |
Color Harmonies of #AF574D
Complementary color
Monochromatic Colors of #AF574D
Black with #AF574D
Text Example
Text Example
White with #AF574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF574D; }
p { color: rgb(175,87,77); }
H1.HeaderClassName
{
color: #AF574D;
}
.AnyTagClassName
{
color: #AF574D;
}
</style>
background-color css
<style>
a { background-color: #AF574D; }
a { background-color: rgb(175,87,77); }
div.DivClassName
{
background-color: #AF574D;
}
.BgClassName
{
background-color: #AF574D;
}
</style>
border-color css
<style>
span { border-color: #AF574D; }
span { border-color: rgb(175,87,77); }
td.TdClassName
{
border-color: #AF574D;
}
.TagClassName
{
border-color: #AF574D;
}
</style>