Shades of Apple Blossom #A65151
Tints of Apple Blossom #A65151
RGB
CMYK
RGB Variations
Color information
#A65151 (or 0xA65151) is known color: Apple Blossom. HEX triplet: A6, 51 and 51. RGB value is (166,81,81). Sum of RGB (Red+Green+Blue) = 166+81+81=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A65151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65151 is #59AEAE. Grayscale: #6A6A6A. Windows color (decimal): -5877423 or 5329318. OLE color: 5329318.
HSL color Cylindrical-coordinate representation of color #A65151: hue angle of 0º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A65151 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 81 | 81 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.35 |
| HSL | 0º | 0.34% | 0.48% | - |
| HSV(B) | 0º | 0.51% | 0.65% | - |
| XYZ | 20.15 | 14.59 | 9.54 | - |
| YUV | 106.42 | 113.66 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 81 | 81 | 0 | 0.51 | 0.51 | 0.35 | 0 | 0.34 | 0.48 |
| Hex | A6 | 51 | 51 | 0 | 33 | 33 | 23 | 0 | 22 | 30 |
| Octal | 246 | 121 | 121 | 0 | 63 | 63 | 43 | 0 | 42 | 60 |
| Binary | 10100110 | 1010001 | 1010001 | 0 | 110011 | 110011 | 100011 | 0 | 100010 | 110000 |
Color Harmonies of #A65151
Complementary color
Monochromatic Colors of #A65151
Black with #A65151
Text Example
Text Example
White with #A65151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65151; }
p { color: rgb(166,81,81); }
H1.HeaderClassName
{
color: #A65151;
}
.AnyTagClassName
{
color: #A65151;
}
</style>
background-color css
<style>
a { background-color: #A65151; }
a { background-color: rgb(166,81,81); }
div.DivClassName
{
background-color: #A65151;
}
.BgClassName
{
background-color: #A65151;
}
</style>
border-color css
<style>
span { border-color: #A65151; }
span { border-color: rgb(166,81,81); }
td.TdClassName
{
border-color: #A65151;
}
.TagClassName
{
border-color: #A65151;
}
</style>