Shades of Apple Blossom #AF5449
Tints of Apple Blossom #AF5449
RGB
CMYK
RGB Variations
Color information
#AF5449 (or 0xAF5449) is known color: Apple Blossom. HEX triplet: AF, 54 and 49. RGB value is (175,84,73). Sum of RGB (Red+Green+Blue) = 175+84+73=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5449 is #50ABB6. Grayscale: #6E6E6E. Windows color (decimal): -5286839 or 4805807. OLE color: 4805807.
HSL color Cylindrical-coordinate representation of color #AF5449: hue angle of 6.47º 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 #AF5449 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 84 | 73 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.31 |
| HSL | 6.47º | 0.41% | 0.49% | - |
| HSV(B) | 6.47º | 0.58% | 0.69% | - |
| XYZ | 22.05 | 15.94 | 8.22 | - |
| YUV | 109.96 | 107.15 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 73 | 0 | 0.52 | 0.58 | 0.31 | 6.47 | 0.41 | 0.49 |
| Hex | AF | 54 | 49 | 0 | 34 | 3A | 1F | 6 | 29 | 31 |
| Octal | 257 | 124 | 111 | 0 | 64 | 72 | 37 | 6 | 51 | 61 |
| Binary | 10101111 | 1010100 | 1001001 | 0 | 110100 | 111010 | 11111 | 110 | 101001 | 110001 |
Color Harmonies of #AF5449
Complementary color
Monochromatic Colors of #AF5449
Black with #AF5449
Text Example
Text Example
White with #AF5449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5449; }
p { color: rgb(175,84,73); }
H1.HeaderClassName
{
color: #AF5449;
}
.AnyTagClassName
{
color: #AF5449;
}
</style>
background-color css
<style>
a { background-color: #AF5449; }
a { background-color: rgb(175,84,73); }
div.DivClassName
{
background-color: #AF5449;
}
.BgClassName
{
background-color: #AF5449;
}
</style>
border-color css
<style>
span { border-color: #AF5449; }
span { border-color: rgb(175,84,73); }
td.TdClassName
{
border-color: #AF5449;
}
.TagClassName
{
border-color: #AF5449;
}
</style>