Shades of Apple Blossom #A74D4B
Tints of Apple Blossom #A74D4B
RGB
CMYK
RGB Variations
Color information
#A74D4B (or 0xA74D4B) is known color: Apple Blossom. HEX triplet: A7, 4D and 4B. RGB value is (167,77,75). Sum of RGB (Red+Green+Blue) = 167+77+75=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A74D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A74D4B is #58B2B4. Grayscale: #676767. Windows color (decimal): -5812917 or 4935079. OLE color: 4935079.
HSL color Cylindrical-coordinate representation of color #A74D4B: hue angle of 1.3º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A74D4B is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 77 | 75 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.35 |
| HSL | 1.3º | 0.38% | 0.47% | - |
| HSV(B) | 1.3º | 0.55% | 0.65% | - |
| XYZ | 19.86 | 14.03 | 8.32 | - |
| YUV | 103.68 | 111.82 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 77 | 75 | 0 | 0.54 | 0.55 | 0.35 | 1.3 | 0.38 | 0.47 |
| Hex | A7 | 4D | 4B | 0 | 36 | 37 | 23 | 1 | 26 | 2F |
| Octal | 247 | 115 | 113 | 0 | 66 | 67 | 43 | 1 | 46 | 57 |
| Binary | 10100111 | 1001101 | 1001011 | 0 | 110110 | 110111 | 100011 | 1 | 100110 | 101111 |
Color Harmonies of #A74D4B
Complementary color
Monochromatic Colors of #A74D4B
Black with #A74D4B
Text Example
Text Example
White with #A74D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74D4B; }
p { color: rgb(167,77,75); }
H1.HeaderClassName
{
color: #A74D4B;
}
.AnyTagClassName
{
color: #A74D4B;
}
</style>
background-color css
<style>
a { background-color: #A74D4B; }
a { background-color: rgb(167,77,75); }
div.DivClassName
{
background-color: #A74D4B;
}
.BgClassName
{
background-color: #A74D4B;
}
</style>
border-color css
<style>
span { border-color: #A74D4B; }
span { border-color: rgb(167,77,75); }
td.TdClassName
{
border-color: #A74D4B;
}
.TagClassName
{
border-color: #A74D4B;
}
</style>