Shades of Apple Blossom #A35454
Tints of Apple Blossom #A35454
RGB
CMYK
RGB Variations
Color information
#A35454 (or 0xA35454) is known color: Apple Blossom. HEX triplet: A3, 54 and 54. RGB value is (163,84,84). Sum of RGB (Red+Green+Blue) = 163+84+84=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A35454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35454 is #5CABAB. Grayscale: #6B6B6B. Windows color (decimal): -6073260 or 5526691. OLE color: 5526691.
HSL color Cylindrical-coordinate representation of color #A35454: hue angle of 0º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A35454 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 84 | 84 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.36 |
| HSL | 0º | 0.32% | 0.48% | - |
| HSV(B) | 0º | 0.48% | 0.64% | - |
| XYZ | 19.87 | 14.77 | 10.19 | - |
| YUV | 107.62 | 114.67 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 84 | 84 | 0 | 0.48 | 0.48 | 0.36 | 0 | 0.32 | 0.48 |
| Hex | A3 | 54 | 54 | 0 | 30 | 30 | 24 | 0 | 20 | 30 |
| Octal | 243 | 124 | 124 | 0 | 60 | 60 | 44 | 0 | 40 | 60 |
| Binary | 10100011 | 1010100 | 1010100 | 0 | 110000 | 110000 | 100100 | 0 | 100000 | 110000 |
Color Harmonies of #A35454
Complementary color
Monochromatic Colors of #A35454
Black with #A35454
Text Example
Text Example
White with #A35454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35454; }
p { color: rgb(163,84,84); }
H1.HeaderClassName
{
color: #A35454;
}
.AnyTagClassName
{
color: #A35454;
}
</style>
background-color css
<style>
a { background-color: #A35454; }
a { background-color: rgb(163,84,84); }
div.DivClassName
{
background-color: #A35454;
}
.BgClassName
{
background-color: #A35454;
}
</style>
border-color css
<style>
span { border-color: #A35454; }
span { border-color: rgb(163,84,84); }
td.TdClassName
{
border-color: #A35454;
}
.TagClassName
{
border-color: #A35454;
}
</style>