Shades of Apple Blossom #AF4E3E
Tints of Apple Blossom #AF4E3E
RGB
CMYK
RGB Variations
Color information
#AF4E3E (or 0xAF4E3E) is known color: Apple Blossom. HEX triplet: AF, 4E and 3E. RGB value is (175,78,62). Sum of RGB (Red+Green+Blue) = 175+78+62=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4E3E is #50B1C1. Grayscale: #696969. Windows color (decimal): -5288386 or 4083375. OLE color: 4083375.
HSL color Cylindrical-coordinate representation of color #AF4E3E: hue angle of 8.5º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF4E3E is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 78 | 62 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.31 |
| HSL | 8.5º | 0.48% | 0.46% | - |
| HSV(B) | 8.5º | 0.65% | 0.69% | - |
| XYZ | 21.27 | 14.91 | 6.31 | - |
| YUV | 105.18 | 103.64 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 62 | 0 | 0.55 | 0.65 | 0.31 | 8.5 | 0.48 | 0.46 |
| Hex | AF | 4E | 3E | 0 | 37 | 41 | 1F | 8 | 30 | 2E |
| Octal | 257 | 116 | 76 | 0 | 67 | 101 | 37 | 10 | 60 | 56 |
| Binary | 10101111 | 1001110 | 111110 | 0 | 110111 | 1000001 | 11111 | 1000 | 110000 | 101110 |
Color Harmonies of #AF4E3E
Complementary color
Monochromatic Colors of #AF4E3E
Black with #AF4E3E
Text Example
Text Example
White with #AF4E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4E3E; }
p { color: rgb(175,78,62); }
H1.HeaderClassName
{
color: #AF4E3E;
}
.AnyTagClassName
{
color: #AF4E3E;
}
</style>
background-color css
<style>
a { background-color: #AF4E3E; }
a { background-color: rgb(175,78,62); }
div.DivClassName
{
background-color: #AF4E3E;
}
.BgClassName
{
background-color: #AF4E3E;
}
</style>
border-color css
<style>
span { border-color: #AF4E3E; }
span { border-color: rgb(175,78,62); }
td.TdClassName
{
border-color: #AF4E3E;
}
.TagClassName
{
border-color: #AF4E3E;
}
</style>