Shades of Apple Blossom #AF5C59
Tints of Apple Blossom #AF5C59
RGB
CMYK
RGB Variations
Color information
#AF5C59 (or 0xAF5C59) is known color: Apple Blossom. HEX triplet: AF, 5C and 59. RGB value is (175,92,89). Sum of RGB (Red+Green+Blue) = 175+92+89=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5C59 is #50A3A6. Grayscale: #747474. Windows color (decimal): -5284775 or 5856431. OLE color: 5856431.
HSL color Cylindrical-coordinate representation of color #AF5C59: hue angle of 2.09º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF5C59 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 92 | 89 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.31 |
| HSL | 2.09º | 0.35% | 0.52% | - |
| HSV(B) | 2.09º | 0.49% | 0.69% | - |
| XYZ | 23.31 | 17.49 | 11.6 | - |
| YUV | 116.48 | 112.5 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 89 | 0 | 0.47 | 0.49 | 0.31 | 2.09 | 0.35 | 0.52 |
| Hex | AF | 5C | 59 | 0 | 2F | 31 | 1F | 2 | 23 | 34 |
| Octal | 257 | 134 | 131 | 0 | 57 | 61 | 37 | 2 | 43 | 64 |
| Binary | 10101111 | 1011100 | 1011001 | 0 | 101111 | 110001 | 11111 | 10 | 100011 | 110100 |
Color Harmonies of #AF5C59
Complementary color
Monochromatic Colors of #AF5C59
Black with #AF5C59
Text Example
Text Example
White with #AF5C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5C59; }
p { color: rgb(175,92,89); }
H1.HeaderClassName
{
color: #AF5C59;
}
.AnyTagClassName
{
color: #AF5C59;
}
</style>
background-color css
<style>
a { background-color: #AF5C59; }
a { background-color: rgb(175,92,89); }
div.DivClassName
{
background-color: #AF5C59;
}
.BgClassName
{
background-color: #AF5C59;
}
</style>
border-color css
<style>
span { border-color: #AF5C59; }
span { border-color: rgb(175,92,89); }
td.TdClassName
{
border-color: #AF5C59;
}
.TagClassName
{
border-color: #AF5C59;
}
</style>