Shades of Apple Blossom #AF4D41
Tints of Apple Blossom #AF4D41
RGB
CMYK
RGB Variations
Color information
#AF4D41 (or 0xAF4D41) is known color: Apple Blossom. HEX triplet: AF, 4D and 41. RGB value is (175,77,65). Sum of RGB (Red+Green+Blue) = 175+77+65=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4D41 is #50B2BE. Grayscale: #696969. Windows color (decimal): -5288639 or 4279727. OLE color: 4279727.
HSL color Cylindrical-coordinate representation of color #AF4D41: hue angle of 6.55º 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 #AF4D41 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 77 | 65 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.31 |
| HSL | 6.55º | 0.46% | 0.47% | - |
| HSV(B) | 6.55º | 0.63% | 0.69% | - |
| XYZ | 21.29 | 14.8 | 6.74 | - |
| YUV | 104.93 | 105.47 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 65 | 0 | 0.56 | 0.63 | 0.31 | 6.55 | 0.46 | 0.47 |
| Hex | AF | 4D | 41 | 0 | 38 | 3F | 1F | 7 | 2E | 2F |
| Octal | 257 | 115 | 101 | 0 | 70 | 77 | 37 | 7 | 56 | 57 |
| Binary | 10101111 | 1001101 | 1000001 | 0 | 111000 | 111111 | 11111 | 111 | 101110 | 101111 |
Color Harmonies of #AF4D41
Complementary color
Monochromatic Colors of #AF4D41
Black with #AF4D41
Text Example
Text Example
White with #AF4D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4D41; }
p { color: rgb(175,77,65); }
H1.HeaderClassName
{
color: #AF4D41;
}
.AnyTagClassName
{
color: #AF4D41;
}
</style>
background-color css
<style>
a { background-color: #AF4D41; }
a { background-color: rgb(175,77,65); }
div.DivClassName
{
background-color: #AF4D41;
}
.BgClassName
{
background-color: #AF4D41;
}
</style>
border-color css
<style>
span { border-color: #AF4D41; }
span { border-color: rgb(175,77,65); }
td.TdClassName
{
border-color: #AF4D41;
}
.TagClassName
{
border-color: #AF4D41;
}
</style>