Shades of Apple Blossom #AF4C3E
Tints of Apple Blossom #AF4C3E
RGB
CMYK
RGB Variations
Color information
#AF4C3E (or 0xAF4C3E) is known color: Apple Blossom. HEX triplet: AF, 4C and 3E. RGB value is (175,76,62). Sum of RGB (Red+Green+Blue) = 175+76+62=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4C3E is #50B3C1. Grayscale: #686868. Windows color (decimal): -5288898 or 4082863. OLE color: 4082863.
HSL color Cylindrical-coordinate representation of color #AF4C3E: hue angle of 7.43º 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 #AF4C3E is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 76 | 62 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.31 |
| HSL | 7.43º | 0.48% | 0.46% | - |
| HSV(B) | 7.43º | 0.65% | 0.69% | - |
| XYZ | 21.13 | 14.63 | 6.27 | - |
| YUV | 104.01 | 104.3 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 76 | 62 | 0 | 0.57 | 0.65 | 0.31 | 7.43 | 0.48 | 0.46 |
| Hex | AF | 4C | 3E | 0 | 39 | 41 | 1F | 7 | 30 | 2E |
| Octal | 257 | 114 | 76 | 0 | 71 | 101 | 37 | 7 | 60 | 56 |
| Binary | 10101111 | 1001100 | 111110 | 0 | 111001 | 1000001 | 11111 | 111 | 110000 | 101110 |
Color Harmonies of #AF4C3E
Complementary color
Monochromatic Colors of #AF4C3E
Black with #AF4C3E
Text Example
Text Example
White with #AF4C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4C3E; }
p { color: rgb(175,76,62); }
H1.HeaderClassName
{
color: #AF4C3E;
}
.AnyTagClassName
{
color: #AF4C3E;
}
</style>
background-color css
<style>
a { background-color: #AF4C3E; }
a { background-color: rgb(175,76,62); }
div.DivClassName
{
background-color: #AF4C3E;
}
.BgClassName
{
background-color: #AF4C3E;
}
</style>
border-color css
<style>
span { border-color: #AF4C3E; }
span { border-color: rgb(175,76,62); }
td.TdClassName
{
border-color: #AF4C3E;
}
.TagClassName
{
border-color: #AF4C3E;
}
</style>