Shades of Apple Blossom #AF5A4E
Tints of Apple Blossom #AF5A4E
RGB
CMYK
RGB Variations
Color information
#AF5A4E (or 0xAF5A4E) is known color: Apple Blossom. HEX triplet: AF, 5A and 4E. RGB value is (175,90,78). Sum of RGB (Red+Green+Blue) = 175+90+78=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5A4E is #50A5B1. Grayscale: #727272. Windows color (decimal): -5285298 or 5135023. OLE color: 5135023.
HSL color Cylindrical-coordinate representation of color #AF5A4E: hue angle of 7.42º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF5A4E is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 90 | 78 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.31 |
| HSL | 7.42º | 0.38% | 0.5% | - |
| HSV(B) | 7.42º | 0.55% | 0.69% | - |
| XYZ | 22.71 | 16.98 | 9.29 | - |
| YUV | 114.05 | 107.66 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 90 | 78 | 0 | 0.49 | 0.55 | 0.31 | 7.42 | 0.38 | 0.5 |
| Hex | AF | 5A | 4E | 0 | 31 | 37 | 1F | 7 | 26 | 32 |
| Octal | 257 | 132 | 116 | 0 | 61 | 67 | 37 | 7 | 46 | 62 |
| Binary | 10101111 | 1011010 | 1001110 | 0 | 110001 | 110111 | 11111 | 111 | 100110 | 110010 |
Color Harmonies of #AF5A4E
Complementary color
Monochromatic Colors of #AF5A4E
Black with #AF5A4E
Text Example
Text Example
White with #AF5A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5A4E; }
p { color: rgb(175,90,78); }
H1.HeaderClassName
{
color: #AF5A4E;
}
.AnyTagClassName
{
color: #AF5A4E;
}
</style>
background-color css
<style>
a { background-color: #AF5A4E; }
a { background-color: rgb(175,90,78); }
div.DivClassName
{
background-color: #AF5A4E;
}
.BgClassName
{
background-color: #AF5A4E;
}
</style>
border-color css
<style>
span { border-color: #AF5A4E; }
span { border-color: rgb(175,90,78); }
td.TdClassName
{
border-color: #AF5A4E;
}
.TagClassName
{
border-color: #AF5A4E;
}
</style>