Shades of Apple Blossom #AF4C44
Tints of Apple Blossom #AF4C44
RGB
CMYK
RGB Variations
Color information
#AF4C44 (or 0xAF4C44) is known color: Apple Blossom. HEX triplet: AF, 4C and 44. RGB value is (175,76,68). Sum of RGB (Red+Green+Blue) = 175+76+68=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4C44 is #50B3BB. Grayscale: #686868. Windows color (decimal): -5288892 or 4476079. OLE color: 4476079.
HSL color Cylindrical-coordinate representation of color #AF4C44: hue angle of 4.49º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF4C44 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 76 | 68 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.31 |
| HSL | 4.49º | 0.44% | 0.48% | - |
| HSV(B) | 4.49º | 0.61% | 0.69% | - |
| XYZ | 21.31 | 14.7 | 7.18 | - |
| YUV | 104.69 | 107.3 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 76 | 68 | 0 | 0.57 | 0.61 | 0.31 | 4.49 | 0.44 | 0.48 |
| Hex | AF | 4C | 44 | 0 | 39 | 3D | 1F | 4 | 2C | 30 |
| Octal | 257 | 114 | 104 | 0 | 71 | 75 | 37 | 4 | 54 | 60 |
| Binary | 10101111 | 1001100 | 1000100 | 0 | 111001 | 111101 | 11111 | 100 | 101100 | 110000 |
Color Harmonies of #AF4C44
Complementary color
Monochromatic Colors of #AF4C44
Black with #AF4C44
Text Example
Text Example
White with #AF4C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4C44; }
p { color: rgb(175,76,68); }
H1.HeaderClassName
{
color: #AF4C44;
}
.AnyTagClassName
{
color: #AF4C44;
}
</style>
background-color css
<style>
a { background-color: #AF4C44; }
a { background-color: rgb(175,76,68); }
div.DivClassName
{
background-color: #AF4C44;
}
.BgClassName
{
background-color: #AF4C44;
}
</style>
border-color css
<style>
span { border-color: #AF4C44; }
span { border-color: rgb(175,76,68); }
td.TdClassName
{
border-color: #AF4C44;
}
.TagClassName
{
border-color: #AF4C44;
}
</style>