Shades of Apple Blossom #A2524F
Tints of Apple Blossom #A2524F
RGB
CMYK
RGB Variations
Color information
#A2524F (or 0xA2524F) is known color: Apple Blossom. HEX triplet: A2, 52 and 4F. RGB value is (162,82,79). Sum of RGB (Red+Green+Blue) = 162+82+79=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A2524F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2524F is #5DADB0. Grayscale: #696969. Windows color (decimal): -6139313 or 5198498. OLE color: 5198498.
HSL color Cylindrical-coordinate representation of color #A2524F: hue angle of 2.17º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2524F is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 82 | 79 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.36 |
| HSL | 2.17º | 0.34% | 0.47% | - |
| HSV(B) | 2.17º | 0.51% | 0.64% | - |
| XYZ | 19.33 | 14.28 | 9.13 | - |
| YUV | 105.58 | 113 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 82 | 79 | 0 | 0.49 | 0.51 | 0.36 | 2.17 | 0.34 | 0.47 |
| Hex | A2 | 52 | 4F | 0 | 31 | 33 | 24 | 2 | 22 | 2F |
| Octal | 242 | 122 | 117 | 0 | 61 | 63 | 44 | 2 | 42 | 57 |
| Binary | 10100010 | 1010010 | 1001111 | 0 | 110001 | 110011 | 100100 | 10 | 100010 | 101111 |
Color Harmonies of #A2524F
Complementary color
Monochromatic Colors of #A2524F
Black with #A2524F
Text Example
Text Example
White with #A2524F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2524F; }
p { color: rgb(162,82,79); }
H1.HeaderClassName
{
color: #A2524F;
}
.AnyTagClassName
{
color: #A2524F;
}
</style>
background-color css
<style>
a { background-color: #A2524F; }
a { background-color: rgb(162,82,79); }
div.DivClassName
{
background-color: #A2524F;
}
.BgClassName
{
background-color: #A2524F;
}
</style>
border-color css
<style>
span { border-color: #A2524F; }
span { border-color: rgb(162,82,79); }
td.TdClassName
{
border-color: #A2524F;
}
.TagClassName
{
border-color: #A2524F;
}
</style>