Shades of Apple Blossom #AF503F
Tints of Apple Blossom #AF503F
RGB
CMYK
RGB Variations
Color information
#AF503F (or 0xAF503F) is known color: Apple Blossom. HEX triplet: AF, 50 and 3F. RGB value is (175,80,63). Sum of RGB (Red+Green+Blue) = 175+80+63=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF503F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF503F is #50AFC0. Grayscale: #6A6A6A. Windows color (decimal): -5287873 or 4149423. OLE color: 4149423.
HSL color Cylindrical-coordinate representation of color #AF503F: hue angle of 9.11º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF503F is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 80 | 63 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.31 |
| HSL | 9.11º | 0.47% | 0.47% | - |
| HSV(B) | 9.11º | 0.64% | 0.69% | - |
| XYZ | 21.45 | 15.21 | 6.51 | - |
| YUV | 106.47 | 103.47 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 63 | 0 | 0.54 | 0.64 | 0.31 | 9.11 | 0.47 | 0.47 |
| Hex | AF | 50 | 3F | 0 | 36 | 40 | 1F | 9 | 2F | 2F |
| Octal | 257 | 120 | 77 | 0 | 66 | 100 | 37 | 11 | 57 | 57 |
| Binary | 10101111 | 1010000 | 111111 | 0 | 110110 | 1000000 | 11111 | 1001 | 101111 | 101111 |
Color Harmonies of #AF503F
Complementary color
Monochromatic Colors of #AF503F
Black with #AF503F
Text Example
Text Example
White with #AF503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF503F; }
p { color: rgb(175,80,63); }
H1.HeaderClassName
{
color: #AF503F;
}
.AnyTagClassName
{
color: #AF503F;
}
</style>
background-color css
<style>
a { background-color: #AF503F; }
a { background-color: rgb(175,80,63); }
div.DivClassName
{
background-color: #AF503F;
}
.BgClassName
{
background-color: #AF503F;
}
</style>
border-color css
<style>
span { border-color: #AF503F; }
span { border-color: rgb(175,80,63); }
td.TdClassName
{
border-color: #AF503F;
}
.TagClassName
{
border-color: #AF503F;
}
</style>