Shades of Apple Blossom #AF5C56
Tints of Apple Blossom #AF5C56
RGB
CMYK
RGB Variations
Color information
#AF5C56 (or 0xAF5C56) is known color: Apple Blossom. HEX triplet: AF, 5C and 56. RGB value is (175,92,86). Sum of RGB (Red+Green+Blue) = 175+92+86=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5C56 is #50A3A9. Grayscale: #747474. Windows color (decimal): -5284778 or 5659823. OLE color: 5659823.
HSL color Cylindrical-coordinate representation of color #AF5C56: hue angle of 4.04º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF5C56 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 92 | 86 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.31 |
| HSL | 4.04º | 0.36% | 0.51% | - |
| HSV(B) | 4.04º | 0.51% | 0.69% | - |
| XYZ | 23.19 | 17.44 | 10.95 | - |
| YUV | 116.13 | 111 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 86 | 0 | 0.47 | 0.51 | 0.31 | 4.04 | 0.36 | 0.51 |
| Hex | AF | 5C | 56 | 0 | 2F | 33 | 1F | 4 | 24 | 33 |
| Octal | 257 | 134 | 126 | 0 | 57 | 63 | 37 | 4 | 44 | 63 |
| Binary | 10101111 | 1011100 | 1010110 | 0 | 101111 | 110011 | 11111 | 100 | 100100 | 110011 |
Color Harmonies of #AF5C56
Complementary color
Monochromatic Colors of #AF5C56
Black with #AF5C56
Text Example
Text Example
White with #AF5C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5C56; }
p { color: rgb(175,92,86); }
H1.HeaderClassName
{
color: #AF5C56;
}
.AnyTagClassName
{
color: #AF5C56;
}
</style>
background-color css
<style>
a { background-color: #AF5C56; }
a { background-color: rgb(175,92,86); }
div.DivClassName
{
background-color: #AF5C56;
}
.BgClassName
{
background-color: #AF5C56;
}
</style>
border-color css
<style>
span { border-color: #AF5C56; }
span { border-color: rgb(175,92,86); }
td.TdClassName
{
border-color: #AF5C56;
}
.TagClassName
{
border-color: #AF5C56;
}
</style>