Shades of Apple Blossom #A45A57
Tints of Apple Blossom #A45A57
RGB
CMYK
RGB Variations
Color information
#A45A57 (or 0xA45A57) is known color: Apple Blossom. HEX triplet: A4, 5A and 57. RGB value is (164,90,87). Sum of RGB (Red+Green+Blue) = 164+90+87=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45A57 is #5BA5A8. Grayscale: #6F6F6F. Windows color (decimal): -6006185 or 5724836. OLE color: 5724836.
HSL color Cylindrical-coordinate representation of color #A45A57: hue angle of 2.34º degrees, saturation: 0.31, 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 #A45A57 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 90 | 87 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.36 |
| HSL | 2.34º | 0.31% | 0.49% | - |
| HSV(B) | 2.34º | 0.47% | 0.64% | - |
| XYZ | 20.69 | 15.89 | 10.99 | - |
| YUV | 111.78 | 114.02 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 87 | 0 | 0.45 | 0.47 | 0.36 | 2.34 | 0.31 | 0.49 |
| Hex | A4 | 5A | 57 | 0 | 2D | 2F | 24 | 2 | 1F | 31 |
| Octal | 244 | 132 | 127 | 0 | 55 | 57 | 44 | 2 | 37 | 61 |
| Binary | 10100100 | 1011010 | 1010111 | 0 | 101101 | 101111 | 100100 | 10 | 11111 | 110001 |
Color Harmonies of #A45A57
Complementary color
Monochromatic Colors of #A45A57
Black with #A45A57
Text Example
Text Example
White with #A45A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45A57; }
p { color: rgb(164,90,87); }
H1.HeaderClassName
{
color: #A45A57;
}
.AnyTagClassName
{
color: #A45A57;
}
</style>
background-color css
<style>
a { background-color: #A45A57; }
a { background-color: rgb(164,90,87); }
div.DivClassName
{
background-color: #A45A57;
}
.BgClassName
{
background-color: #A45A57;
}
</style>
border-color css
<style>
span { border-color: #A45A57; }
span { border-color: rgb(164,90,87); }
td.TdClassName
{
border-color: #A45A57;
}
.TagClassName
{
border-color: #A45A57;
}
</style>