Shades of Apple Blossom #AF564A
Tints of Apple Blossom #AF564A
RGB
CMYK
RGB Variations
Color information
#AF564A (or 0xAF564A) is known color: Apple Blossom. HEX triplet: AF, 56 and 4A. RGB value is (175,86,74). Sum of RGB (Red+Green+Blue) = 175+86+74=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF564A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF564A is #50A9B5. Grayscale: #6F6F6F. Windows color (decimal): -5286326 or 4871855. OLE color: 4871855.
HSL color Cylindrical-coordinate representation of color #AF564A: hue angle of 7.13º 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 #AF564A is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 86 | 74 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.31 |
| HSL | 7.13º | 0.41% | 0.49% | - |
| HSV(B) | 7.13º | 0.58% | 0.69% | - |
| XYZ | 22.24 | 16.26 | 8.45 | - |
| YUV | 111.24 | 106.99 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 86 | 74 | 0 | 0.51 | 0.58 | 0.31 | 7.13 | 0.41 | 0.49 |
| Hex | AF | 56 | 4A | 0 | 33 | 3A | 1F | 7 | 29 | 31 |
| Octal | 257 | 126 | 112 | 0 | 63 | 72 | 37 | 7 | 51 | 61 |
| Binary | 10101111 | 1010110 | 1001010 | 0 | 110011 | 111010 | 11111 | 111 | 101001 | 110001 |
Color Harmonies of #AF564A
Complementary color
Monochromatic Colors of #AF564A
Black with #AF564A
Text Example
Text Example
White with #AF564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF564A; }
p { color: rgb(175,86,74); }
H1.HeaderClassName
{
color: #AF564A;
}
.AnyTagClassName
{
color: #AF564A;
}
</style>
background-color css
<style>
a { background-color: #AF564A; }
a { background-color: rgb(175,86,74); }
div.DivClassName
{
background-color: #AF564A;
}
.BgClassName
{
background-color: #AF564A;
}
</style>
border-color css
<style>
span { border-color: #AF564A; }
span { border-color: rgb(175,86,74); }
td.TdClassName
{
border-color: #AF564A;
}
.TagClassName
{
border-color: #AF564A;
}
</style>