Shades of Apple Blossom #A45452
Tints of Apple Blossom #A45452
RGB
CMYK
RGB Variations
Color information
#A45452 (or 0xA45452) is known color: Apple Blossom. HEX triplet: A4, 54 and 52. RGB value is (164,84,82). Sum of RGB (Red+Green+Blue) = 164+84+82=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A45452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45452 is #5BABAD. Grayscale: #6B6B6B. Windows color (decimal): -6007726 or 5395620. OLE color: 5395620.
HSL color Cylindrical-coordinate representation of color #A45452: hue angle of 1.46º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A45452 is Cyan = 0, Magento = 0.49, Yellow = 0.5 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 84 | 82 | - |
| CMYK | 0 | 0.49 | 0.5 | 0.36 |
| HSL | 1.46º | 0.33% | 0.48% | - |
| HSV(B) | 1.46º | 0.5% | 0.64% | - |
| XYZ | 20 | 14.84 | 9.79 | - |
| YUV | 107.69 | 113.5 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 84 | 82 | 0 | 0.49 | 0.5 | 0.36 | 1.46 | 0.33 | 0.48 |
| Hex | A4 | 54 | 52 | 0 | 31 | 32 | 24 | 1 | 21 | 30 |
| Octal | 244 | 124 | 122 | 0 | 61 | 62 | 44 | 1 | 41 | 60 |
| Binary | 10100100 | 1010100 | 1010010 | 0 | 110001 | 110010 | 100100 | 1 | 100001 | 110000 |
Color Harmonies of #A45452
Complementary color
Monochromatic Colors of #A45452
Black with #A45452
Text Example
Text Example
White with #A45452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45452; }
p { color: rgb(164,84,82); }
H1.HeaderClassName
{
color: #A45452;
}
.AnyTagClassName
{
color: #A45452;
}
</style>
background-color css
<style>
a { background-color: #A45452; }
a { background-color: rgb(164,84,82); }
div.DivClassName
{
background-color: #A45452;
}
.BgClassName
{
background-color: #A45452;
}
</style>
border-color css
<style>
span { border-color: #A45452; }
span { border-color: rgb(164,84,82); }
td.TdClassName
{
border-color: #A45452;
}
.TagClassName
{
border-color: #A45452;
}
</style>