Shades of Apple Blossom #AF574F
Tints of Apple Blossom #AF574F
RGB
CMYK
RGB Variations
Color information
#AF574F (or 0xAF574F) is known color: Apple Blossom. HEX triplet: AF, 57 and 4F. RGB value is (175,87,79). Sum of RGB (Red+Green+Blue) = 175+87+79=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF574F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF574F is #50A8B0. Grayscale: #707070. Windows color (decimal): -5286065 or 5199791. OLE color: 5199791.
HSL color Cylindrical-coordinate representation of color #AF574F: hue angle of 5º 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 #AF574F is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 87 | 79 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.31 |
| HSL | 5º | 0.38% | 0.5% | - |
| HSV(B) | 5º | 0.55% | 0.69% | - |
| XYZ | 22.5 | 16.49 | 9.4 | - |
| YUV | 112.4 | 109.15 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 79 | 0 | 0.50 | 0.55 | 0.31 | 5 | 0.38 | 0.5 |
| Hex | AF | 57 | 4F | 0 | 32 | 37 | 1F | 5 | 26 | 32 |
| Octal | 257 | 127 | 117 | 0 | 62 | 67 | 37 | 5 | 46 | 62 |
| Binary | 10101111 | 1010111 | 1001111 | 0 | 110010 | 110111 | 11111 | 101 | 100110 | 110010 |
Color Harmonies of #AF574F
Complementary color
Monochromatic Colors of #AF574F
Black with #AF574F
Text Example
Text Example
White with #AF574F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF574F; }
p { color: rgb(175,87,79); }
H1.HeaderClassName
{
color: #AF574F;
}
.AnyTagClassName
{
color: #AF574F;
}
</style>
background-color css
<style>
a { background-color: #AF574F; }
a { background-color: rgb(175,87,79); }
div.DivClassName
{
background-color: #AF574F;
}
.BgClassName
{
background-color: #AF574F;
}
</style>
border-color css
<style>
span { border-color: #AF574F; }
span { border-color: rgb(175,87,79); }
td.TdClassName
{
border-color: #AF574F;
}
.TagClassName
{
border-color: #AF574F;
}
</style>