Shades of Apple Blossom #A3554F
Tints of Apple Blossom #A3554F
RGB
CMYK
RGB Variations
Color information
#A3554F (or 0xA3554F) is known color: Apple Blossom. HEX triplet: A3, 55 and 4F. RGB value is (163,85,79). Sum of RGB (Red+Green+Blue) = 163+85+79=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A3554F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3554F is #5CAAB0. Grayscale: #6B6B6B. Windows color (decimal): -6073009 or 5199267. OLE color: 5199267.
HSL color Cylindrical-coordinate representation of color #A3554F: hue angle of 4.29º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A3554F is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 85 | 79 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.36 |
| HSL | 4.29º | 0.35% | 0.47% | - |
| HSV(B) | 4.29º | 0.52% | 0.64% | - |
| XYZ | 19.76 | 14.85 | 9.22 | - |
| YUV | 107.64 | 111.84 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 79 | 0 | 0.48 | 0.52 | 0.36 | 4.29 | 0.35 | 0.47 |
| Hex | A3 | 55 | 4F | 0 | 30 | 34 | 24 | 4 | 23 | 2F |
| Octal | 243 | 125 | 117 | 0 | 60 | 64 | 44 | 4 | 43 | 57 |
| Binary | 10100011 | 1010101 | 1001111 | 0 | 110000 | 110100 | 100100 | 100 | 100011 | 101111 |
Color Harmonies of #A3554F
Complementary color
Monochromatic Colors of #A3554F
Black with #A3554F
Text Example
Text Example
White with #A3554F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3554F; }
p { color: rgb(163,85,79); }
H1.HeaderClassName
{
color: #A3554F;
}
.AnyTagClassName
{
color: #A3554F;
}
</style>
background-color css
<style>
a { background-color: #A3554F; }
a { background-color: rgb(163,85,79); }
div.DivClassName
{
background-color: #A3554F;
}
.BgClassName
{
background-color: #A3554F;
}
</style>
border-color css
<style>
span { border-color: #A3554F; }
span { border-color: rgb(163,85,79); }
td.TdClassName
{
border-color: #A3554F;
}
.TagClassName
{
border-color: #A3554F;
}
</style>