Shades of Apple Blossom #A2504B
Tints of Apple Blossom #A2504B
RGB
CMYK
RGB Variations
Color information
#A2504B (or 0xA2504B) is known color: Apple Blossom. HEX triplet: A2, 50 and 4B. RGB value is (162,80,75). Sum of RGB (Red+Green+Blue) = 162+80+75=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A2504B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2504B is #5DAFB4. Grayscale: #686868. Windows color (decimal): -6139829 or 4935842. OLE color: 4935842.
HSL color Cylindrical-coordinate representation of color #A2504B: hue angle of 3.45º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2504B is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 80 | 75 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.36 |
| HSL | 3.45º | 0.37% | 0.46% | - |
| HSV(B) | 3.45º | 0.54% | 0.64% | - |
| XYZ | 19.04 | 13.93 | 8.34 | - |
| YUV | 103.95 | 111.67 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 75 | 0 | 0.51 | 0.54 | 0.36 | 3.45 | 0.37 | 0.46 |
| Hex | A2 | 50 | 4B | 0 | 33 | 36 | 24 | 3 | 25 | 2E |
| Octal | 242 | 120 | 113 | 0 | 63 | 66 | 44 | 3 | 45 | 56 |
| Binary | 10100010 | 1010000 | 1001011 | 0 | 110011 | 110110 | 100100 | 11 | 100101 | 101110 |
Color Harmonies of #A2504B
Complementary color
Monochromatic Colors of #A2504B
Black with #A2504B
Text Example
Text Example
White with #A2504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2504B; }
p { color: rgb(162,80,75); }
H1.HeaderClassName
{
color: #A2504B;
}
.AnyTagClassName
{
color: #A2504B;
}
</style>
background-color css
<style>
a { background-color: #A2504B; }
a { background-color: rgb(162,80,75); }
div.DivClassName
{
background-color: #A2504B;
}
.BgClassName
{
background-color: #A2504B;
}
</style>
border-color css
<style>
span { border-color: #A2504B; }
span { border-color: rgb(162,80,75); }
td.TdClassName
{
border-color: #A2504B;
}
.TagClassName
{
border-color: #A2504B;
}
</style>