Shades of Apple Blossom #A65853
Tints of Apple Blossom #A65853
RGB
CMYK
RGB Variations
Color information
#A65853 (or 0xA65853) is known color: Apple Blossom. HEX triplet: A6, 58 and 53. RGB value is (166,88,83). Sum of RGB (Red+Green+Blue) = 166+88+83=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A65853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65853 is #59A7AC. Grayscale: #6E6E6E. Windows color (decimal): -5875629 or 5462182. OLE color: 5462182.
HSL color Cylindrical-coordinate representation of color #A65853: hue angle of 3.61º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A65853 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 88 | 83 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.35 |
| HSL | 3.61º | 0.33% | 0.49% | - |
| HSV(B) | 3.61º | 0.5% | 0.65% | - |
| XYZ | 20.78 | 15.71 | 10.12 | - |
| YUV | 110.75 | 112.34 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 88 | 83 | 0 | 0.47 | 0.50 | 0.35 | 3.61 | 0.33 | 0.49 |
| Hex | A6 | 58 | 53 | 0 | 2F | 32 | 23 | 4 | 21 | 31 |
| Octal | 246 | 130 | 123 | 0 | 57 | 62 | 43 | 4 | 41 | 61 |
| Binary | 10100110 | 1011000 | 1010011 | 0 | 101111 | 110010 | 100011 | 100 | 100001 | 110001 |
Color Harmonies of #A65853
Complementary color
Monochromatic Colors of #A65853
Black with #A65853
Text Example
Text Example
White with #A65853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65853; }
p { color: rgb(166,88,83); }
H1.HeaderClassName
{
color: #A65853;
}
.AnyTagClassName
{
color: #A65853;
}
</style>
background-color css
<style>
a { background-color: #A65853; }
a { background-color: rgb(166,88,83); }
div.DivClassName
{
background-color: #A65853;
}
.BgClassName
{
background-color: #A65853;
}
</style>
border-color css
<style>
span { border-color: #A65853; }
span { border-color: rgb(166,88,83); }
td.TdClassName
{
border-color: #A65853;
}
.TagClassName
{
border-color: #A65853;
}
</style>