Shades of Apple Blossom #A65656
Tints of Apple Blossom #A65656
RGB
CMYK
RGB Variations
Color information
#A65656 (or 0xA65656) is known color: Apple Blossom. HEX triplet: A6, 56 and 56. RGB value is (166,86,86). Sum of RGB (Red+Green+Blue) = 166+86+86=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A65656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65656 is #59A9A9. Grayscale: #6E6E6E. Windows color (decimal): -5876138 or 5658278. OLE color: 5658278.
HSL color Cylindrical-coordinate representation of color #A65656: hue angle of 0º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A65656 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 86 | 86 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.35 |
| HSL | 0º | 0.32% | 0.49% | - |
| HSV(B) | 0º | 0.48% | 0.65% | - |
| XYZ | 20.73 | 15.43 | 10.69 | - |
| YUV | 109.92 | 114.5 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 86 | 0 | 0.48 | 0.48 | 0.35 | 0 | 0.32 | 0.49 |
| Hex | A6 | 56 | 56 | 0 | 30 | 30 | 23 | 0 | 20 | 31 |
| Octal | 246 | 126 | 126 | 0 | 60 | 60 | 43 | 0 | 40 | 61 |
| Binary | 10100110 | 1010110 | 1010110 | 0 | 110000 | 110000 | 100011 | 0 | 100000 | 110001 |
Color Harmonies of #A65656
Complementary color
Monochromatic Colors of #A65656
Black with #A65656
Text Example
Text Example
White with #A65656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65656; }
p { color: rgb(166,86,86); }
H1.HeaderClassName
{
color: #A65656;
}
.AnyTagClassName
{
color: #A65656;
}
</style>
background-color css
<style>
a { background-color: #A65656; }
a { background-color: rgb(166,86,86); }
div.DivClassName
{
background-color: #A65656;
}
.BgClassName
{
background-color: #A65656;
}
</style>
border-color css
<style>
span { border-color: #A65656; }
span { border-color: rgb(166,86,86); }
td.TdClassName
{
border-color: #A65656;
}
.TagClassName
{
border-color: #A65656;
}
</style>