Shades of Apple Blossom #AF554A
Tints of Apple Blossom #AF554A
RGB
CMYK
RGB Variations
Color information
#AF554A (or 0xAF554A) is known color: Apple Blossom. HEX triplet: AF, 55 and 4A. RGB value is (175,85,74). Sum of RGB (Red+Green+Blue) = 175+85+74=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF554A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF554A is #50AAB5. Grayscale: #6E6E6E. Windows color (decimal): -5286582 or 4871599. OLE color: 4871599.
HSL color Cylindrical-coordinate representation of color #AF554A: hue angle of 6.53º 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 #AF554A is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 74 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.31 |
| HSL | 6.53º | 0.41% | 0.49% | - |
| HSV(B) | 6.53º | 0.58% | 0.69% | - |
| XYZ | 22.16 | 16.11 | 8.42 | - |
| YUV | 110.66 | 107.32 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 74 | 0 | 0.51 | 0.58 | 0.31 | 6.53 | 0.41 | 0.49 |
| Hex | AF | 55 | 4A | 0 | 33 | 3A | 1F | 7 | 29 | 31 |
| Octal | 257 | 125 | 112 | 0 | 63 | 72 | 37 | 7 | 51 | 61 |
| Binary | 10101111 | 1010101 | 1001010 | 0 | 110011 | 111010 | 11111 | 111 | 101001 | 110001 |
Color Harmonies of #AF554A
Complementary color
Monochromatic Colors of #AF554A
Black with #AF554A
Text Example
Text Example
White with #AF554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF554A; }
p { color: rgb(175,85,74); }
H1.HeaderClassName
{
color: #AF554A;
}
.AnyTagClassName
{
color: #AF554A;
}
</style>
background-color css
<style>
a { background-color: #AF554A; }
a { background-color: rgb(175,85,74); }
div.DivClassName
{
background-color: #AF554A;
}
.BgClassName
{
background-color: #AF554A;
}
</style>
border-color css
<style>
span { border-color: #AF554A; }
span { border-color: rgb(175,85,74); }
td.TdClassName
{
border-color: #AF554A;
}
.TagClassName
{
border-color: #AF554A;
}
</style>