Shades of Apple Blossom #AF4D3F
Tints of Apple Blossom #AF4D3F
RGB
CMYK
RGB Variations
Color information
#AF4D3F (or 0xAF4D3F) is known color: Apple Blossom. HEX triplet: AF, 4D and 3F. RGB value is (175,77,63). Sum of RGB (Red+Green+Blue) = 175+77+63=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4D3F is #50B2C0. Grayscale: #686868. Windows color (decimal): -5288641 or 4148655. OLE color: 4148655.
HSL color Cylindrical-coordinate representation of color #AF4D3F: hue angle of 7.5º 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 #AF4D3F is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 77 | 63 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.31 |
| HSL | 7.5º | 0.47% | 0.47% | - |
| HSV(B) | 7.5º | 0.64% | 0.69% | - |
| XYZ | 21.23 | 14.78 | 6.44 | - |
| YUV | 104.71 | 104.47 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 63 | 0 | 0.56 | 0.64 | 0.31 | 7.5 | 0.47 | 0.47 |
| Hex | AF | 4D | 3F | 0 | 38 | 40 | 1F | 8 | 2F | 2F |
| Octal | 257 | 115 | 77 | 0 | 70 | 100 | 37 | 10 | 57 | 57 |
| Binary | 10101111 | 1001101 | 111111 | 0 | 111000 | 1000000 | 11111 | 1000 | 101111 | 101111 |
Color Harmonies of #AF4D3F
Complementary color
Monochromatic Colors of #AF4D3F
Black with #AF4D3F
Text Example
Text Example
White with #AF4D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4D3F; }
p { color: rgb(175,77,63); }
H1.HeaderClassName
{
color: #AF4D3F;
}
.AnyTagClassName
{
color: #AF4D3F;
}
</style>
background-color css
<style>
a { background-color: #AF4D3F; }
a { background-color: rgb(175,77,63); }
div.DivClassName
{
background-color: #AF4D3F;
}
.BgClassName
{
background-color: #AF4D3F;
}
</style>
border-color css
<style>
span { border-color: #AF4D3F; }
span { border-color: rgb(175,77,63); }
td.TdClassName
{
border-color: #AF4D3F;
}
.TagClassName
{
border-color: #AF4D3F;
}
</style>