Shades of Apple Blossom #AF5C57
Tints of Apple Blossom #AF5C57
RGB
CMYK
RGB Variations
Color information
#AF5C57 (or 0xAF5C57) is known color: Apple Blossom. HEX triplet: AF, 5C and 57. RGB value is (175,92,87). Sum of RGB (Red+Green+Blue) = 175+92+87=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 87 (34.38% from 255 or 24.58% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5C57 is #50A3A8. Grayscale: #747474. Windows color (decimal): -5284777 or 5725359. OLE color: 5725359.
HSL color Cylindrical-coordinate representation of color #AF5C57: hue angle of 3.41º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF5C57 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 92 | 87 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.31 |
| HSL | 3.41º | 0.35% | 0.51% | - |
| HSV(B) | 3.41º | 0.5% | 0.69% | - |
| XYZ | 23.23 | 17.46 | 11.16 | - |
| YUV | 116.25 | 111.5 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 87 | 0 | 0.47 | 0.50 | 0.31 | 3.41 | 0.35 | 0.51 |
| Hex | AF | 5C | 57 | 0 | 2F | 32 | 1F | 3 | 23 | 33 |
| Octal | 257 | 134 | 127 | 0 | 57 | 62 | 37 | 3 | 43 | 63 |
| Binary | 10101111 | 1011100 | 1010111 | 0 | 101111 | 110010 | 11111 | 11 | 100011 | 110011 |
Color Harmonies of #AF5C57
Complementary color
Monochromatic Colors of #AF5C57
Black with #AF5C57
Text Example
Text Example
White with #AF5C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5C57; }
p { color: rgb(175,92,87); }
H1.HeaderClassName
{
color: #AF5C57;
}
.AnyTagClassName
{
color: #AF5C57;
}
</style>
background-color css
<style>
a { background-color: #AF5C57; }
a { background-color: rgb(175,92,87); }
div.DivClassName
{
background-color: #AF5C57;
}
.BgClassName
{
background-color: #AF5C57;
}
</style>
border-color css
<style>
span { border-color: #AF5C57; }
span { border-color: rgb(175,92,87); }
td.TdClassName
{
border-color: #AF5C57;
}
.TagClassName
{
border-color: #AF5C57;
}
</style>