Shades of Apple Blossom #A65654
Tints of Apple Blossom #A65654
RGB
CMYK
RGB Variations
Color information
#A65654 (or 0xA65654) is known color: Apple Blossom. HEX triplet: A6, 56 and 54. RGB value is (166,86,84). Sum of RGB (Red+Green+Blue) = 166+86+84=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A65654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65654 is #59A9AB. Grayscale: #6D6D6D. Windows color (decimal): -5876140 or 5527206. OLE color: 5527206.
HSL color Cylindrical-coordinate representation of color #A65654: hue angle of 1.46º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A65654 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 86 | 84 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.35 |
| HSL | 1.46º | 0.33% | 0.49% | - |
| HSV(B) | 1.46º | 0.49% | 0.65% | - |
| XYZ | 20.65 | 15.4 | 10.27 | - |
| YUV | 109.69 | 113.5 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 84 | 0 | 0.48 | 0.49 | 0.35 | 1.46 | 0.33 | 0.49 |
| Hex | A6 | 56 | 54 | 0 | 30 | 31 | 23 | 1 | 21 | 31 |
| Octal | 246 | 126 | 124 | 0 | 60 | 61 | 43 | 1 | 41 | 61 |
| Binary | 10100110 | 1010110 | 1010100 | 0 | 110000 | 110001 | 100011 | 1 | 100001 | 110001 |
Color Harmonies of #A65654
Complementary color
Monochromatic Colors of #A65654
Black with #A65654
Text Example
Text Example
White with #A65654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65654; }
p { color: rgb(166,86,84); }
H1.HeaderClassName
{
color: #A65654;
}
.AnyTagClassName
{
color: #A65654;
}
</style>
background-color css
<style>
a { background-color: #A65654; }
a { background-color: rgb(166,86,84); }
div.DivClassName
{
background-color: #A65654;
}
.BgClassName
{
background-color: #A65654;
}
</style>
border-color css
<style>
span { border-color: #A65654; }
span { border-color: rgb(166,86,84); }
td.TdClassName
{
border-color: #A65654;
}
.TagClassName
{
border-color: #A65654;
}
</style>