Shades of Apple Blossom #AF4E4A
Tints of Apple Blossom #AF4E4A
RGB
CMYK
RGB Variations
Color information
#AF4E4A (or 0xAF4E4A) is known color: Apple Blossom. HEX triplet: AF, 4E and 4A. RGB value is (175,78,74). Sum of RGB (Red+Green+Blue) = 175+78+74=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4E4A is #50B1B5. Grayscale: #6A6A6A. Windows color (decimal): -5288374 or 4869807. OLE color: 4869807.
HSL color Cylindrical-coordinate representation of color #AF4E4A: hue angle of 2.38º 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 #AF4E4A is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 78 | 74 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.31 |
| HSL | 2.38º | 0.41% | 0.49% | - |
| HSV(B) | 2.38º | 0.58% | 0.69% | - |
| XYZ | 21.64 | 15.06 | 8.24 | - |
| YUV | 106.55 | 109.64 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 74 | 0 | 0.55 | 0.58 | 0.31 | 2.38 | 0.41 | 0.49 |
| Hex | AF | 4E | 4A | 0 | 37 | 3A | 1F | 2 | 29 | 31 |
| Octal | 257 | 116 | 112 | 0 | 67 | 72 | 37 | 2 | 51 | 61 |
| Binary | 10101111 | 1001110 | 1001010 | 0 | 110111 | 111010 | 11111 | 10 | 101001 | 110001 |
Color Harmonies of #AF4E4A
Complementary color
Monochromatic Colors of #AF4E4A
Black with #AF4E4A
Text Example
Text Example
White with #AF4E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4E4A; }
p { color: rgb(175,78,74); }
H1.HeaderClassName
{
color: #AF4E4A;
}
.AnyTagClassName
{
color: #AF4E4A;
}
</style>
background-color css
<style>
a { background-color: #AF4E4A; }
a { background-color: rgb(175,78,74); }
div.DivClassName
{
background-color: #AF4E4A;
}
.BgClassName
{
background-color: #AF4E4A;
}
</style>
border-color css
<style>
span { border-color: #AF4E4A; }
span { border-color: rgb(175,78,74); }
td.TdClassName
{
border-color: #AF4E4A;
}
.TagClassName
{
border-color: #AF4E4A;
}
</style>