Shades of Apple Blossom #AF4D43
Tints of Apple Blossom #AF4D43
RGB
CMYK
RGB Variations
Color information
#AF4D43 (or 0xAF4D43) is known color: Apple Blossom. HEX triplet: AF, 4D and 43. RGB value is (175,77,67). Sum of RGB (Red+Green+Blue) = 175+77+67=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4D43 is #50B2BC. Grayscale: #696969. Windows color (decimal): -5288637 or 4410799. OLE color: 4410799.
HSL color Cylindrical-coordinate representation of color #AF4D43: hue angle of 5.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF4D43 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 77 | 67 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.31 |
| HSL | 5.56º | 0.45% | 0.47% | - |
| HSV(B) | 5.56º | 0.62% | 0.69% | - |
| XYZ | 21.35 | 14.83 | 7.05 | - |
| YUV | 105.16 | 106.47 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 67 | 0 | 0.56 | 0.62 | 0.31 | 5.56 | 0.45 | 0.47 |
| Hex | AF | 4D | 43 | 0 | 38 | 3E | 1F | 6 | 2D | 2F |
| Octal | 257 | 115 | 103 | 0 | 70 | 76 | 37 | 6 | 55 | 57 |
| Binary | 10101111 | 1001101 | 1000011 | 0 | 111000 | 111110 | 11111 | 110 | 101101 | 101111 |
Color Harmonies of #AF4D43
Complementary color
Monochromatic Colors of #AF4D43
Black with #AF4D43
Text Example
Text Example
White with #AF4D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4D43; }
p { color: rgb(175,77,67); }
H1.HeaderClassName
{
color: #AF4D43;
}
.AnyTagClassName
{
color: #AF4D43;
}
</style>
background-color css
<style>
a { background-color: #AF4D43; }
a { background-color: rgb(175,77,67); }
div.DivClassName
{
background-color: #AF4D43;
}
.BgClassName
{
background-color: #AF4D43;
}
</style>
border-color css
<style>
span { border-color: #AF4D43; }
span { border-color: rgb(175,77,67); }
td.TdClassName
{
border-color: #AF4D43;
}
.TagClassName
{
border-color: #AF4D43;
}
</style>