Shades of Apple Blossom #AF4D4D
Tints of Apple Blossom #AF4D4D
RGB
CMYK
RGB Variations
Color information
#AF4D4D (or 0xAF4D4D) is known color: Apple Blossom. HEX triplet: AF, 4D and 4D. RGB value is (175,77,77). Sum of RGB (Red+Green+Blue) = 175+77+77=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4D4D is #50B2B2. Grayscale: #6A6A6A. Windows color (decimal): -5288627 or 5066159. OLE color: 5066159.
HSL color Cylindrical-coordinate representation of color #AF4D4D: hue angle of 0º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF4D4D is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 77 | 77 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.31 |
| HSL | 0º | 0.39% | 0.49% | - |
| HSV(B) | 0º | 0.56% | 0.69% | - |
| XYZ | 21.67 | 14.96 | 8.77 | - |
| YUV | 106.3 | 111.47 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 77 | 0 | 0.56 | 0.56 | 0.31 | 0 | 0.39 | 0.49 |
| Hex | AF | 4D | 4D | 0 | 38 | 38 | 1F | 0 | 27 | 31 |
| Octal | 257 | 115 | 115 | 0 | 70 | 70 | 37 | 0 | 47 | 61 |
| Binary | 10101111 | 1001101 | 1001101 | 0 | 111000 | 111000 | 11111 | 0 | 100111 | 110001 |
Color Harmonies of #AF4D4D
Complementary color
Monochromatic Colors of #AF4D4D
Black with #AF4D4D
Text Example
Text Example
White with #AF4D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4D4D; }
p { color: rgb(175,77,77); }
H1.HeaderClassName
{
color: #AF4D4D;
}
.AnyTagClassName
{
color: #AF4D4D;
}
</style>
background-color css
<style>
a { background-color: #AF4D4D; }
a { background-color: rgb(175,77,77); }
div.DivClassName
{
background-color: #AF4D4D;
}
.BgClassName
{
background-color: #AF4D4D;
}
</style>
border-color css
<style>
span { border-color: #AF4D4D; }
span { border-color: rgb(175,77,77); }
td.TdClassName
{
border-color: #AF4D4D;
}
.TagClassName
{
border-color: #AF4D4D;
}
</style>