Shades of Apple Blossom #AF4D45
Tints of Apple Blossom #AF4D45
RGB
CMYK
RGB Variations
Color information
#AF4D45 (or 0xAF4D45) is known color: Apple Blossom. HEX triplet: AF, 4D and 45. RGB value is (175,77,69). Sum of RGB (Red+Green+Blue) = 175+77+69=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4D45 is #50B2BA. Grayscale: #696969. Windows color (decimal): -5288635 or 4541871. OLE color: 4541871.
HSL color Cylindrical-coordinate representation of color #AF4D45: hue angle of 4.53º degrees, saturation: 0.43, 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 #AF4D45 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 77 | 69 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.31 |
| HSL | 4.53º | 0.43% | 0.48% | - |
| HSV(B) | 4.53º | 0.61% | 0.69% | - |
| XYZ | 21.41 | 14.85 | 7.37 | - |
| YUV | 105.39 | 107.47 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 69 | 0 | 0.56 | 0.61 | 0.31 | 4.53 | 0.43 | 0.48 |
| Hex | AF | 4D | 45 | 0 | 38 | 3D | 1F | 5 | 2B | 30 |
| Octal | 257 | 115 | 105 | 0 | 70 | 75 | 37 | 5 | 53 | 60 |
| Binary | 10101111 | 1001101 | 1000101 | 0 | 111000 | 111101 | 11111 | 101 | 101011 | 110000 |
Color Harmonies of #AF4D45
Complementary color
Monochromatic Colors of #AF4D45
Black with #AF4D45
Text Example
Text Example
White with #AF4D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4D45; }
p { color: rgb(175,77,69); }
H1.HeaderClassName
{
color: #AF4D45;
}
.AnyTagClassName
{
color: #AF4D45;
}
</style>
background-color css
<style>
a { background-color: #AF4D45; }
a { background-color: rgb(175,77,69); }
div.DivClassName
{
background-color: #AF4D45;
}
.BgClassName
{
background-color: #AF4D45;
}
</style>
border-color css
<style>
span { border-color: #AF4D45; }
span { border-color: rgb(175,77,69); }
td.TdClassName
{
border-color: #AF4D45;
}
.TagClassName
{
border-color: #AF4D45;
}
</style>