Shades of Apple Blossom #A65952
Tints of Apple Blossom #A65952
RGB
CMYK
RGB Variations
Color information
#A65952 (or 0xA65952) is known color: Apple Blossom. HEX triplet: A6, 59 and 52. RGB value is (166,89,82). Sum of RGB (Red+Green+Blue) = 166+89+82=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A65952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65952 is #59A6AD. Grayscale: #6F6F6F. Windows color (decimal): -5875374 or 5396902. OLE color: 5396902.
HSL color Cylindrical-coordinate representation of color #A65952: hue angle of 5º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A65952 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 89 | 82 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.35 |
| HSL | 5º | 0.34% | 0.49% | - |
| HSV(B) | 5º | 0.51% | 0.65% | - |
| XYZ | 20.82 | 15.86 | 9.95 | - |
| YUV | 111.23 | 111.51 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 89 | 82 | 0 | 0.46 | 0.51 | 0.35 | 5 | 0.34 | 0.49 |
| Hex | A6 | 59 | 52 | 0 | 2E | 33 | 23 | 5 | 22 | 31 |
| Octal | 246 | 131 | 122 | 0 | 56 | 63 | 43 | 5 | 42 | 61 |
| Binary | 10100110 | 1011001 | 1010010 | 0 | 101110 | 110011 | 100011 | 101 | 100010 | 110001 |
Color Harmonies of #A65952
Complementary color
Monochromatic Colors of #A65952
Black with #A65952
Text Example
Text Example
White with #A65952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65952; }
p { color: rgb(166,89,82); }
H1.HeaderClassName
{
color: #A65952;
}
.AnyTagClassName
{
color: #A65952;
}
</style>
background-color css
<style>
a { background-color: #A65952; }
a { background-color: rgb(166,89,82); }
div.DivClassName
{
background-color: #A65952;
}
.BgClassName
{
background-color: #A65952;
}
</style>
border-color css
<style>
span { border-color: #A65952; }
span { border-color: rgb(166,89,82); }
td.TdClassName
{
border-color: #A65952;
}
.TagClassName
{
border-color: #A65952;
}
</style>