Shades of Apple Blossom #AF594D
Tints of Apple Blossom #AF594D
RGB
CMYK
RGB Variations
Color information
#AF594D (or 0xAF594D) is known color: Apple Blossom. HEX triplet: AF, 59 and 4D. RGB value is (175,89,77). Sum of RGB (Red+Green+Blue) = 175+89+77=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF594D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF594D is #50A6B2. Grayscale: #717171. Windows color (decimal): -5285555 or 5069231. OLE color: 5069231.
HSL color Cylindrical-coordinate representation of color #AF594D: hue angle of 7.35º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF594D is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 89 | 77 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.31 |
| HSL | 7.35º | 0.39% | 0.49% | - |
| HSV(B) | 7.35º | 0.56% | 0.69% | - |
| XYZ | 22.59 | 16.79 | 9.07 | - |
| YUV | 113.35 | 107.49 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 89 | 77 | 0 | 0.49 | 0.56 | 0.31 | 7.35 | 0.39 | 0.49 |
| Hex | AF | 59 | 4D | 0 | 31 | 38 | 1F | 7 | 27 | 31 |
| Octal | 257 | 131 | 115 | 0 | 61 | 70 | 37 | 7 | 47 | 61 |
| Binary | 10101111 | 1011001 | 1001101 | 0 | 110001 | 111000 | 11111 | 111 | 100111 | 110001 |
Color Harmonies of #AF594D
Complementary color
Monochromatic Colors of #AF594D
Black with #AF594D
Text Example
Text Example
White with #AF594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF594D; }
p { color: rgb(175,89,77); }
H1.HeaderClassName
{
color: #AF594D;
}
.AnyTagClassName
{
color: #AF594D;
}
</style>
background-color css
<style>
a { background-color: #AF594D; }
a { background-color: rgb(175,89,77); }
div.DivClassName
{
background-color: #AF594D;
}
.BgClassName
{
background-color: #AF594D;
}
</style>
border-color css
<style>
span { border-color: #AF594D; }
span { border-color: rgb(175,89,77); }
td.TdClassName
{
border-color: #AF594D;
}
.TagClassName
{
border-color: #AF594D;
}
</style>