Shades of Apple Blossom #AF5754
Tints of Apple Blossom #AF5754
RGB
CMYK
RGB Variations
Color information
#AF5754 (or 0xAF5754) is known color: Apple Blossom. HEX triplet: AF, 57 and 54. RGB value is (175,87,84). Sum of RGB (Red+Green+Blue) = 175+87+84=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5754 is #50A8AB. Grayscale: #717171. Windows color (decimal): -5286060 or 5527471. OLE color: 5527471.
HSL color Cylindrical-coordinate representation of color #AF5754: hue angle of 1.98º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF5754 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 87 | 84 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.31 |
| HSL | 1.98º | 0.36% | 0.51% | - |
| HSV(B) | 1.98º | 0.52% | 0.69% | - |
| XYZ | 22.69 | 16.57 | 10.39 | - |
| YUV | 112.97 | 111.65 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 84 | 0 | 0.50 | 0.52 | 0.31 | 1.98 | 0.36 | 0.51 |
| Hex | AF | 57 | 54 | 0 | 32 | 34 | 1F | 2 | 24 | 33 |
| Octal | 257 | 127 | 124 | 0 | 62 | 64 | 37 | 2 | 44 | 63 |
| Binary | 10101111 | 1010111 | 1010100 | 0 | 110010 | 110100 | 11111 | 10 | 100100 | 110011 |
Color Harmonies of #AF5754
Complementary color
Monochromatic Colors of #AF5754
Black with #AF5754
Text Example
Text Example
White with #AF5754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5754; }
p { color: rgb(175,87,84); }
H1.HeaderClassName
{
color: #AF5754;
}
.AnyTagClassName
{
color: #AF5754;
}
</style>
background-color css
<style>
a { background-color: #AF5754; }
a { background-color: rgb(175,87,84); }
div.DivClassName
{
background-color: #AF5754;
}
.BgClassName
{
background-color: #AF5754;
}
</style>
border-color css
<style>
span { border-color: #AF5754; }
span { border-color: rgb(175,87,84); }
td.TdClassName
{
border-color: #AF5754;
}
.TagClassName
{
border-color: #AF5754;
}
</style>