Shades of Apple Blossom #A45351
Tints of Apple Blossom #A45351
RGB
CMYK
RGB Variations
Color information
#A45351 (or 0xA45351) is known color: Apple Blossom. HEX triplet: A4, 53 and 51. RGB value is (164,83,81). Sum of RGB (Red+Green+Blue) = 164+83+81=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A45351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45351 is #5BACAE. Grayscale: #6B6B6B. Windows color (decimal): -6007983 or 5329828. OLE color: 5329828.
HSL color Cylindrical-coordinate representation of color #A45351: hue angle of 1.45º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A45351 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 83 | 81 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.36 |
| HSL | 1.45º | 0.34% | 0.48% | - |
| HSV(B) | 1.45º | 0.51% | 0.64% | - |
| XYZ | 19.89 | 14.67 | 9.57 | - |
| YUV | 106.99 | 113.34 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 83 | 81 | 0 | 0.49 | 0.51 | 0.36 | 1.45 | 0.34 | 0.48 |
| Hex | A4 | 53 | 51 | 0 | 31 | 33 | 24 | 1 | 22 | 30 |
| Octal | 244 | 123 | 121 | 0 | 61 | 63 | 44 | 1 | 42 | 60 |
| Binary | 10100100 | 1010011 | 1010001 | 0 | 110001 | 110011 | 100100 | 1 | 100010 | 110000 |
Color Harmonies of #A45351
Complementary color
Monochromatic Colors of #A45351
Black with #A45351
Text Example
Text Example
White with #A45351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45351; }
p { color: rgb(164,83,81); }
H1.HeaderClassName
{
color: #A45351;
}
.AnyTagClassName
{
color: #A45351;
}
</style>
background-color css
<style>
a { background-color: #A45351; }
a { background-color: rgb(164,83,81); }
div.DivClassName
{
background-color: #A45351;
}
.BgClassName
{
background-color: #A45351;
}
</style>
border-color css
<style>
span { border-color: #A45351; }
span { border-color: rgb(164,83,81); }
td.TdClassName
{
border-color: #A45351;
}
.TagClassName
{
border-color: #A45351;
}
</style>