Shades of Apple Blossom #A94D4B
Tints of Apple Blossom #A94D4B
RGB
CMYK
RGB Variations
Color information
#A94D4B (or 0xA94D4B) is known color: Apple Blossom. HEX triplet: A9, 4D and 4B. RGB value is (169,77,75). Sum of RGB (Red+Green+Blue) = 169+77+75=321 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.65% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 169 - color contains mainly: red. Hex color #A94D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A94D4B is #56B2B4. Grayscale: #686868. Windows color (decimal): -5681845 or 4935081. OLE color: 4935081.
HSL color Cylindrical-coordinate representation of color #A94D4B: hue angle of 1.28º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A94D4B is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 77 | 75 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.34 |
| HSL | 1.28º | 0.39% | 0.48% | - |
| HSV(B) | 1.28º | 0.56% | 0.66% | - |
| XYZ | 20.29 | 14.25 | 8.34 | - |
| YUV | 104.28 | 111.48 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 77 | 75 | 0 | 0.54 | 0.56 | 0.34 | 1.28 | 0.39 | 0.48 |
| Hex | A9 | 4D | 4B | 0 | 36 | 38 | 22 | 1 | 27 | 30 |
| Octal | 251 | 115 | 113 | 0 | 66 | 70 | 42 | 1 | 47 | 60 |
| Binary | 10101001 | 1001101 | 1001011 | 0 | 110110 | 111000 | 100010 | 1 | 100111 | 110000 |
Color Harmonies of #A94D4B
Complementary color
Monochromatic Colors of #A94D4B
Black with #A94D4B
Text Example
Text Example
White with #A94D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94D4B; }
p { color: rgb(169,77,75); }
H1.HeaderClassName
{
color: #A94D4B;
}
.AnyTagClassName
{
color: #A94D4B;
}
</style>
background-color css
<style>
a { background-color: #A94D4B; }
a { background-color: rgb(169,77,75); }
div.DivClassName
{
background-color: #A94D4B;
}
.BgClassName
{
background-color: #A94D4B;
}
</style>
border-color css
<style>
span { border-color: #A94D4B; }
span { border-color: rgb(169,77,75); }
td.TdClassName
{
border-color: #A94D4B;
}
.TagClassName
{
border-color: #A94D4B;
}
</style>