Shades of Apple Blossom #A35A57
Tints of Apple Blossom #A35A57
RGB
CMYK
RGB Variations
Color information
#A35A57 (or 0xA35A57) is known color: Apple Blossom. HEX triplet: A3, 5A and 57. RGB value is (163,90,87). Sum of RGB (Red+Green+Blue) = 163+90+87=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35A57 is #5CA5A8. Grayscale: #6F6F6F. Windows color (decimal): -6071721 or 5724835. OLE color: 5724835.
HSL color Cylindrical-coordinate representation of color #A35A57: hue angle of 2.37º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A35A57 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 90 | 87 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.36 |
| HSL | 2.37º | 0.3% | 0.49% | - |
| HSV(B) | 2.37º | 0.47% | 0.64% | - |
| XYZ | 20.48 | 15.79 | 10.98 | - |
| YUV | 111.49 | 114.18 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 90 | 87 | 0 | 0.45 | 0.47 | 0.36 | 2.37 | 0.3 | 0.49 |
| Hex | A3 | 5A | 57 | 0 | 2D | 2F | 24 | 2 | 1E | 31 |
| Octal | 243 | 132 | 127 | 0 | 55 | 57 | 44 | 2 | 36 | 61 |
| Binary | 10100011 | 1011010 | 1010111 | 0 | 101101 | 101111 | 100100 | 10 | 11110 | 110001 |
Color Harmonies of #A35A57
Complementary color
Monochromatic Colors of #A35A57
Black with #A35A57
Text Example
Text Example
White with #A35A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35A57; }
p { color: rgb(163,90,87); }
H1.HeaderClassName
{
color: #A35A57;
}
.AnyTagClassName
{
color: #A35A57;
}
</style>
background-color css
<style>
a { background-color: #A35A57; }
a { background-color: rgb(163,90,87); }
div.DivClassName
{
background-color: #A35A57;
}
.BgClassName
{
background-color: #A35A57;
}
</style>
border-color css
<style>
span { border-color: #A35A57; }
span { border-color: rgb(163,90,87); }
td.TdClassName
{
border-color: #A35A57;
}
.TagClassName
{
border-color: #A35A57;
}
</style>