Shades of Apple Blossom #A2524C
Tints of Apple Blossom #A2524C
RGB
CMYK
RGB Variations
Color information
#A2524C (or 0xA2524C) is known color: Apple Blossom. HEX triplet: A2, 52 and 4C. RGB value is (162,82,76). Sum of RGB (Red+Green+Blue) = 162+82+76=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A2524C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2524C is #5DADB3. Grayscale: #696969. Windows color (decimal): -6139316 or 5001890. OLE color: 5001890.
HSL color Cylindrical-coordinate representation of color #A2524C: hue angle of 4.19º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2524C is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 82 | 76 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.36 |
| HSL | 4.19º | 0.36% | 0.47% | - |
| HSV(B) | 4.19º | 0.53% | 0.64% | - |
| XYZ | 19.22 | 14.24 | 8.57 | - |
| YUV | 105.24 | 111.5 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 82 | 76 | 0 | 0.49 | 0.53 | 0.36 | 4.19 | 0.36 | 0.47 |
| Hex | A2 | 52 | 4C | 0 | 31 | 35 | 24 | 4 | 24 | 2F |
| Octal | 242 | 122 | 114 | 0 | 61 | 65 | 44 | 4 | 44 | 57 |
| Binary | 10100010 | 1010010 | 1001100 | 0 | 110001 | 110101 | 100100 | 100 | 100100 | 101111 |
Color Harmonies of #A2524C
Complementary color
Monochromatic Colors of #A2524C
Black with #A2524C
Text Example
Text Example
White with #A2524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2524C; }
p { color: rgb(162,82,76); }
H1.HeaderClassName
{
color: #A2524C;
}
.AnyTagClassName
{
color: #A2524C;
}
</style>
background-color css
<style>
a { background-color: #A2524C; }
a { background-color: rgb(162,82,76); }
div.DivClassName
{
background-color: #A2524C;
}
.BgClassName
{
background-color: #A2524C;
}
</style>
border-color css
<style>
span { border-color: #A2524C; }
span { border-color: rgb(162,82,76); }
td.TdClassName
{
border-color: #A2524C;
}
.TagClassName
{
border-color: #A2524C;
}
</style>