Shades of Apple Blossom #AF554E
Tints of Apple Blossom #AF554E
RGB
CMYK
RGB Variations
Color information
#AF554E (or 0xAF554E) is known color: Apple Blossom. HEX triplet: AF, 55 and 4E. RGB value is (175,85,78). Sum of RGB (Red+Green+Blue) = 175+85+78=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF554E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF554E is #50AAB1. Grayscale: #6F6F6F. Windows color (decimal): -5286578 or 5133743. OLE color: 5133743.
HSL color Cylindrical-coordinate representation of color #AF554E: hue angle of 4.33º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF554E is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 78 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.31 |
| HSL | 4.33º | 0.38% | 0.5% | - |
| HSV(B) | 4.33º | 0.55% | 0.69% | - |
| XYZ | 22.3 | 16.16 | 9.15 | - |
| YUV | 111.11 | 109.32 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 78 | 0 | 0.51 | 0.55 | 0.31 | 4.33 | 0.38 | 0.5 |
| Hex | AF | 55 | 4E | 0 | 33 | 37 | 1F | 4 | 26 | 32 |
| Octal | 257 | 125 | 116 | 0 | 63 | 67 | 37 | 4 | 46 | 62 |
| Binary | 10101111 | 1010101 | 1001110 | 0 | 110011 | 110111 | 11111 | 100 | 100110 | 110010 |
Color Harmonies of #AF554E
Complementary color
Monochromatic Colors of #AF554E
Black with #AF554E
Text Example
Text Example
White with #AF554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF554E; }
p { color: rgb(175,85,78); }
H1.HeaderClassName
{
color: #AF554E;
}
.AnyTagClassName
{
color: #AF554E;
}
</style>
background-color css
<style>
a { background-color: #AF554E; }
a { background-color: rgb(175,85,78); }
div.DivClassName
{
background-color: #AF554E;
}
.BgClassName
{
background-color: #AF554E;
}
</style>
border-color css
<style>
span { border-color: #AF554E; }
span { border-color: rgb(175,85,78); }
td.TdClassName
{
border-color: #AF554E;
}
.TagClassName
{
border-color: #AF554E;
}
</style>