Shades of Apple Blossom #AF4D4A
Tints of Apple Blossom #AF4D4A
RGB
CMYK
RGB Variations
Color information
#AF4D4A (or 0xAF4D4A) is known color: Apple Blossom. HEX triplet: AF, 4D and 4A. RGB value is (175,77,74). Sum of RGB (Red+Green+Blue) = 175+77+74=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4D4A is #50B2B5. Grayscale: #6A6A6A. Windows color (decimal): -5288630 or 4869551. OLE color: 4869551.
HSL color Cylindrical-coordinate representation of color #AF4D4A: hue angle of 1.78º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4D4A is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 77 | 74 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.31 |
| HSL | 1.78º | 0.41% | 0.49% | - |
| HSV(B) | 1.78º | 0.58% | 0.69% | - |
| XYZ | 21.57 | 14.92 | 8.22 | - |
| YUV | 105.96 | 109.97 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 74 | 0 | 0.56 | 0.58 | 0.31 | 1.78 | 0.41 | 0.49 |
| Hex | AF | 4D | 4A | 0 | 38 | 3A | 1F | 2 | 29 | 31 |
| Octal | 257 | 115 | 112 | 0 | 70 | 72 | 37 | 2 | 51 | 61 |
| Binary | 10101111 | 1001101 | 1001010 | 0 | 111000 | 111010 | 11111 | 10 | 101001 | 110001 |
Color Harmonies of #AF4D4A
Complementary color
Monochromatic Colors of #AF4D4A
Black with #AF4D4A
Text Example
Text Example
White with #AF4D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4D4A; }
p { color: rgb(175,77,74); }
H1.HeaderClassName
{
color: #AF4D4A;
}
.AnyTagClassName
{
color: #AF4D4A;
}
</style>
background-color css
<style>
a { background-color: #AF4D4A; }
a { background-color: rgb(175,77,74); }
div.DivClassName
{
background-color: #AF4D4A;
}
.BgClassName
{
background-color: #AF4D4A;
}
</style>
border-color css
<style>
span { border-color: #AF4D4A; }
span { border-color: rgb(175,77,74); }
td.TdClassName
{
border-color: #AF4D4A;
}
.TagClassName
{
border-color: #AF4D4A;
}
</style>