Shades of Apple Blossom #A54F4F
Tints of Apple Blossom #A54F4F
RGB
CMYK
RGB Variations
Color information
#A54F4F (or 0xA54F4F) is known color: Apple Blossom. HEX triplet: A5, 4F and 4F. RGB value is (165,79,79). Sum of RGB (Red+Green+Blue) = 165+79+79=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A54F4F is #5AB0B0. Grayscale: #686868. Windows color (decimal): -5943473 or 5197733. OLE color: 5197733.
HSL color Cylindrical-coordinate representation of color #A54F4F: hue angle of 0º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A54F4F is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 79 | 79 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.35 |
| HSL | 0º | 0.35% | 0.48% | - |
| HSV(B) | 0º | 0.52% | 0.65% | - |
| XYZ | 19.72 | 14.16 | 9.09 | - |
| YUV | 104.71 | 113.49 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 79 | 79 | 0 | 0.52 | 0.52 | 0.35 | 0 | 0.35 | 0.48 |
| Hex | A5 | 4F | 4F | 0 | 34 | 34 | 23 | 0 | 23 | 30 |
| Octal | 245 | 117 | 117 | 0 | 64 | 64 | 43 | 0 | 43 | 60 |
| Binary | 10100101 | 1001111 | 1001111 | 0 | 110100 | 110100 | 100011 | 0 | 100011 | 110000 |
Color Harmonies of #A54F4F
Complementary color
Monochromatic Colors of #A54F4F
Black with #A54F4F
Text Example
Text Example
White with #A54F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54F4F; }
p { color: rgb(165,79,79); }
H1.HeaderClassName
{
color: #A54F4F;
}
.AnyTagClassName
{
color: #A54F4F;
}
</style>
background-color css
<style>
a { background-color: #A54F4F; }
a { background-color: rgb(165,79,79); }
div.DivClassName
{
background-color: #A54F4F;
}
.BgClassName
{
background-color: #A54F4F;
}
</style>
border-color css
<style>
span { border-color: #A54F4F; }
span { border-color: rgb(165,79,79); }
td.TdClassName
{
border-color: #A54F4F;
}
.TagClassName
{
border-color: #A54F4F;
}
</style>