Shades of Apple Blossom #A65047
Tints of Apple Blossom #A65047
RGB
CMYK
RGB Variations
Color information
#A65047 (or 0xA65047) is known color: Apple Blossom. HEX triplet: A6, 50 and 47. RGB value is (166,80,71). Sum of RGB (Red+Green+Blue) = 166+80+71=317 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.37% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 166 - color contains mainly: red. Hex color #A65047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65047 is #59AFB8. Grayscale: #686868. Windows color (decimal): -5877689 or 4673702. OLE color: 4673702.
HSL color Cylindrical-coordinate representation of color #A65047: hue angle of 5.68º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A65047 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 80 | 71 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.35 |
| HSL | 5.68º | 0.4% | 0.46% | - |
| HSV(B) | 5.68º | 0.57% | 0.65% | - |
| XYZ | 19.73 | 14.3 | 7.68 | - |
| YUV | 104.69 | 108.99 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 71 | 0 | 0.52 | 0.57 | 0.35 | 5.68 | 0.4 | 0.46 |
| Hex | A6 | 50 | 47 | 0 | 34 | 39 | 23 | 6 | 28 | 2E |
| Octal | 246 | 120 | 107 | 0 | 64 | 71 | 43 | 6 | 50 | 56 |
| Binary | 10100110 | 1010000 | 1000111 | 0 | 110100 | 111001 | 100011 | 110 | 101000 | 101110 |
Color Harmonies of #A65047
Complementary color
Monochromatic Colors of #A65047
Black with #A65047
Text Example
Text Example
White with #A65047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65047; }
p { color: rgb(166,80,71); }
H1.HeaderClassName
{
color: #A65047;
}
.AnyTagClassName
{
color: #A65047;
}
</style>
background-color css
<style>
a { background-color: #A65047; }
a { background-color: rgb(166,80,71); }
div.DivClassName
{
background-color: #A65047;
}
.BgClassName
{
background-color: #A65047;
}
</style>
border-color css
<style>
span { border-color: #A65047; }
span { border-color: rgb(166,80,71); }
td.TdClassName
{
border-color: #A65047;
}
.TagClassName
{
border-color: #A65047;
}
</style>