Shades of Apple Blossom #AF4C40
Tints of Apple Blossom #AF4C40
RGB
CMYK
RGB Variations
Color information
#AF4C40 (or 0xAF4C40) is known color: Apple Blossom. HEX triplet: AF, 4C and 40. RGB value is (175,76,64). Sum of RGB (Red+Green+Blue) = 175+76+64=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4C40 is #50B3BF. Grayscale: #686868. Windows color (decimal): -5288896 or 4213935. OLE color: 4213935.
HSL color Cylindrical-coordinate representation of color #AF4C40: hue angle of 6.49º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF4C40 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 76 | 64 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.31 |
| HSL | 6.49º | 0.46% | 0.47% | - |
| HSV(B) | 6.49º | 0.63% | 0.69% | - |
| XYZ | 21.19 | 14.65 | 6.56 | - |
| YUV | 104.23 | 105.3 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 76 | 64 | 0 | 0.57 | 0.63 | 0.31 | 6.49 | 0.46 | 0.47 |
| Hex | AF | 4C | 40 | 0 | 39 | 3F | 1F | 6 | 2E | 2F |
| Octal | 257 | 114 | 100 | 0 | 71 | 77 | 37 | 6 | 56 | 57 |
| Binary | 10101111 | 1001100 | 1000000 | 0 | 111001 | 111111 | 11111 | 110 | 101110 | 101111 |
Color Harmonies of #AF4C40
Complementary color
Monochromatic Colors of #AF4C40
Black with #AF4C40
Text Example
Text Example
White with #AF4C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4C40; }
p { color: rgb(175,76,64); }
H1.HeaderClassName
{
color: #AF4C40;
}
.AnyTagClassName
{
color: #AF4C40;
}
</style>
background-color css
<style>
a { background-color: #AF4C40; }
a { background-color: rgb(175,76,64); }
div.DivClassName
{
background-color: #AF4C40;
}
.BgClassName
{
background-color: #AF4C40;
}
</style>
border-color css
<style>
span { border-color: #AF4C40; }
span { border-color: rgb(175,76,64); }
td.TdClassName
{
border-color: #AF4C40;
}
.TagClassName
{
border-color: #AF4C40;
}
</style>