Shades of Apple Blossom #AF554C
Tints of Apple Blossom #AF554C
RGB
CMYK
RGB Variations
Color information
#AF554C (or 0xAF554C) is known color: Apple Blossom. HEX triplet: AF, 55 and 4C. RGB value is (175,85,76). Sum of RGB (Red+Green+Blue) = 175+85+76=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF554C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF554C is #50AAB3. Grayscale: #6F6F6F. Windows color (decimal): -5286580 or 5002671. OLE color: 5002671.
HSL color Cylindrical-coordinate representation of color #AF554C: hue angle of 5.45º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF554C is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 76 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.31 |
| HSL | 5.45º | 0.39% | 0.49% | - |
| HSV(B) | 5.45º | 0.57% | 0.69% | - |
| XYZ | 22.23 | 16.13 | 8.78 | - |
| YUV | 110.88 | 108.32 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 76 | 0 | 0.51 | 0.57 | 0.31 | 5.45 | 0.39 | 0.49 |
| Hex | AF | 55 | 4C | 0 | 33 | 39 | 1F | 5 | 27 | 31 |
| Octal | 257 | 125 | 114 | 0 | 63 | 71 | 37 | 5 | 47 | 61 |
| Binary | 10101111 | 1010101 | 1001100 | 0 | 110011 | 111001 | 11111 | 101 | 100111 | 110001 |
Color Harmonies of #AF554C
Complementary color
Monochromatic Colors of #AF554C
Black with #AF554C
Text Example
Text Example
White with #AF554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF554C; }
p { color: rgb(175,85,76); }
H1.HeaderClassName
{
color: #AF554C;
}
.AnyTagClassName
{
color: #AF554C;
}
</style>
background-color css
<style>
a { background-color: #AF554C; }
a { background-color: rgb(175,85,76); }
div.DivClassName
{
background-color: #AF554C;
}
.BgClassName
{
background-color: #AF554C;
}
</style>
border-color css
<style>
span { border-color: #AF554C; }
span { border-color: rgb(175,85,76); }
td.TdClassName
{
border-color: #AF554C;
}
.TagClassName
{
border-color: #AF554C;
}
</style>