Shades of Apple Blossom #A74B4B
Tints of Apple Blossom #A74B4B
RGB
CMYK
RGB Variations
Color information
#A74B4B (or 0xA74B4B) is known color: Apple Blossom. HEX triplet: A7, 4B and 4B. RGB value is (167,75,75). Sum of RGB (Red+Green+Blue) = 167+75+75=317 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.68% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 167 - color contains mainly: red. Hex color #A74B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74B4B is #58B4B4. Grayscale: #666666. Windows color (decimal): -5813429 or 4934567. OLE color: 4934567.
HSL color Cylindrical-coordinate representation of color #A74B4B: hue angle of 0º 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 #A74B4B is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 75 | 75 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.35 |
| HSL | 0º | 0.38% | 0.47% | - |
| HSV(B) | 0º | 0.55% | 0.65% | - |
| XYZ | 19.72 | 13.76 | 8.27 | - |
| YUV | 102.51 | 112.48 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 75 | 75 | 0 | 0.55 | 0.55 | 0.35 | 0 | 0.38 | 0.47 |
| Hex | A7 | 4B | 4B | 0 | 37 | 37 | 23 | 0 | 26 | 2F |
| Octal | 247 | 113 | 113 | 0 | 67 | 67 | 43 | 0 | 46 | 57 |
| Binary | 10100111 | 1001011 | 1001011 | 0 | 110111 | 110111 | 100011 | 0 | 100110 | 101111 |
Color Harmonies of #A74B4B
Complementary color
Monochromatic Colors of #A74B4B
Black with #A74B4B
Text Example
Text Example
White with #A74B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74B4B; }
p { color: rgb(167,75,75); }
H1.HeaderClassName
{
color: #A74B4B;
}
.AnyTagClassName
{
color: #A74B4B;
}
</style>
background-color css
<style>
a { background-color: #A74B4B; }
a { background-color: rgb(167,75,75); }
div.DivClassName
{
background-color: #A74B4B;
}
.BgClassName
{
background-color: #A74B4B;
}
</style>
border-color css
<style>
span { border-color: #A74B4B; }
span { border-color: rgb(167,75,75); }
td.TdClassName
{
border-color: #A74B4B;
}
.TagClassName
{
border-color: #A74B4B;
}
</style>