Shades of Apple Blossom #A65147
Tints of Apple Blossom #A65147
RGB
CMYK
RGB Variations
Color information
#A65147 (or 0xA65147) is known color: Apple Blossom. HEX triplet: A6, 51 and 47. RGB value is (166,81,71). Sum of RGB (Red+Green+Blue) = 166+81+71=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A65147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65147 is #59AEB8. Grayscale: #696969. Windows color (decimal): -5877433 or 4673958. OLE color: 4673958.
HSL color Cylindrical-coordinate representation of color #A65147: hue angle of 6.32º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A65147 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 81 | 71 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.35 |
| HSL | 6.32º | 0.4% | 0.46% | - |
| HSV(B) | 6.32º | 0.57% | 0.65% | - |
| XYZ | 19.81 | 14.45 | 7.71 | - |
| YUV | 105.28 | 108.66 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 81 | 71 | 0 | 0.51 | 0.57 | 0.35 | 6.32 | 0.4 | 0.46 |
| Hex | A6 | 51 | 47 | 0 | 33 | 39 | 23 | 6 | 28 | 2E |
| Octal | 246 | 121 | 107 | 0 | 63 | 71 | 43 | 6 | 50 | 56 |
| Binary | 10100110 | 1010001 | 1000111 | 0 | 110011 | 111001 | 100011 | 110 | 101000 | 101110 |
Color Harmonies of #A65147
Complementary color
Monochromatic Colors of #A65147
Black with #A65147
Text Example
Text Example
White with #A65147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65147; }
p { color: rgb(166,81,71); }
H1.HeaderClassName
{
color: #A65147;
}
.AnyTagClassName
{
color: #A65147;
}
</style>
background-color css
<style>
a { background-color: #A65147; }
a { background-color: rgb(166,81,71); }
div.DivClassName
{
background-color: #A65147;
}
.BgClassName
{
background-color: #A65147;
}
</style>
border-color css
<style>
span { border-color: #A65147; }
span { border-color: rgb(166,81,71); }
td.TdClassName
{
border-color: #A65147;
}
.TagClassName
{
border-color: #A65147;
}
</style>