Shades of Apple Blossom #A25753
Tints of Apple Blossom #A25753
RGB
CMYK
RGB Variations
Color information
#A25753 (or 0xA25753) is known color: Apple Blossom. HEX triplet: A2, 57 and 53. RGB value is (162,87,83). Sum of RGB (Red+Green+Blue) = 162+87+83=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A25753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25753 is #5DA8AC. Grayscale: #6D6D6D. Windows color (decimal): -6138029 or 5461922. OLE color: 5461922.
HSL color Cylindrical-coordinate representation of color #A25753: hue angle of 3.04º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A25753 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 87 | 83 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.36 |
| HSL | 3.04º | 0.32% | 0.48% | - |
| HSV(B) | 3.04º | 0.49% | 0.64% | - |
| XYZ | 19.87 | 15.12 | 10.06 | - |
| YUV | 108.97 | 113.35 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 87 | 83 | 0 | 0.46 | 0.49 | 0.36 | 3.04 | 0.32 | 0.48 |
| Hex | A2 | 57 | 53 | 0 | 2E | 31 | 24 | 3 | 20 | 30 |
| Octal | 242 | 127 | 123 | 0 | 56 | 61 | 44 | 3 | 40 | 60 |
| Binary | 10100010 | 1010111 | 1010011 | 0 | 101110 | 110001 | 100100 | 11 | 100000 | 110000 |
Color Harmonies of #A25753
Complementary color
Monochromatic Colors of #A25753
Black with #A25753
Text Example
Text Example
White with #A25753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25753; }
p { color: rgb(162,87,83); }
H1.HeaderClassName
{
color: #A25753;
}
.AnyTagClassName
{
color: #A25753;
}
</style>
background-color css
<style>
a { background-color: #A25753; }
a { background-color: rgb(162,87,83); }
div.DivClassName
{
background-color: #A25753;
}
.BgClassName
{
background-color: #A25753;
}
</style>
border-color css
<style>
span { border-color: #A25753; }
span { border-color: rgb(162,87,83); }
td.TdClassName
{
border-color: #A25753;
}
.TagClassName
{
border-color: #A25753;
}
</style>