Shades of Apple Blossom #AF4E4B
Tints of Apple Blossom #AF4E4B
RGB
CMYK
RGB Variations
Color information
#AF4E4B (or 0xAF4E4B) is known color: Apple Blossom. HEX triplet: AF, 4E and 4B. RGB value is (175,78,75). Sum of RGB (Red+Green+Blue) = 175+78+75=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4E4B is #50B1B4. Grayscale: #6A6A6A. Windows color (decimal): -5288373 or 4935343. OLE color: 4935343.
HSL color Cylindrical-coordinate representation of color #AF4E4B: hue angle of 1.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF4E4B is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 78 | 75 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.31 |
| HSL | 1.8º | 0.4% | 0.49% | - |
| HSV(B) | 1.8º | 0.57% | 0.69% | - |
| XYZ | 21.67 | 15.07 | 8.42 | - |
| YUV | 106.66 | 110.14 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 75 | 0 | 0.55 | 0.57 | 0.31 | 1.8 | 0.4 | 0.49 |
| Hex | AF | 4E | 4B | 0 | 37 | 39 | 1F | 2 | 28 | 31 |
| Octal | 257 | 116 | 113 | 0 | 67 | 71 | 37 | 2 | 50 | 61 |
| Binary | 10101111 | 1001110 | 1001011 | 0 | 110111 | 111001 | 11111 | 10 | 101000 | 110001 |
Color Harmonies of #AF4E4B
Complementary color
Monochromatic Colors of #AF4E4B
Black with #AF4E4B
Text Example
Text Example
White with #AF4E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4E4B; }
p { color: rgb(175,78,75); }
H1.HeaderClassName
{
color: #AF4E4B;
}
.AnyTagClassName
{
color: #AF4E4B;
}
</style>
background-color css
<style>
a { background-color: #AF4E4B; }
a { background-color: rgb(175,78,75); }
div.DivClassName
{
background-color: #AF4E4B;
}
.BgClassName
{
background-color: #AF4E4B;
}
</style>
border-color css
<style>
span { border-color: #AF4E4B; }
span { border-color: rgb(175,78,75); }
td.TdClassName
{
border-color: #AF4E4B;
}
.TagClassName
{
border-color: #AF4E4B;
}
</style>