Shades of Apple Blossom #A74B4A
Tints of Apple Blossom #A74B4A
RGB
CMYK
RGB Variations
Color information
#A74B4A (or 0xA74B4A) is known color: Apple Blossom. HEX triplet: A7, 4B and 4A. RGB value is (167,75,74). Sum of RGB (Red+Green+Blue) = 167+75+74=316 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.85% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 167 - color contains mainly: red. Hex color #A74B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74B4A is #58B4B5. Grayscale: #666666. Windows color (decimal): -5813430 or 4869031. OLE color: 4869031.
HSL color Cylindrical-coordinate representation of color #A74B4A: hue angle of 0.65º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A74B4A is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 75 | 74 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.35 |
| HSL | 0.65º | 0.39% | 0.47% | - |
| HSV(B) | 0.65º | 0.56% | 0.65% | - |
| XYZ | 19.69 | 13.74 | 8.09 | - |
| YUV | 102.39 | 111.98 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 75 | 74 | 0 | 0.55 | 0.56 | 0.35 | 0.65 | 0.39 | 0.47 |
| Hex | A7 | 4B | 4A | 0 | 37 | 38 | 23 | 1 | 27 | 2F |
| Octal | 247 | 113 | 112 | 0 | 67 | 70 | 43 | 1 | 47 | 57 |
| Binary | 10100111 | 1001011 | 1001010 | 0 | 110111 | 111000 | 100011 | 1 | 100111 | 101111 |
Color Harmonies of #A74B4A
Complementary color
Monochromatic Colors of #A74B4A
Black with #A74B4A
Text Example
Text Example
White with #A74B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74B4A; }
p { color: rgb(167,75,74); }
H1.HeaderClassName
{
color: #A74B4A;
}
.AnyTagClassName
{
color: #A74B4A;
}
</style>
background-color css
<style>
a { background-color: #A74B4A; }
a { background-color: rgb(167,75,74); }
div.DivClassName
{
background-color: #A74B4A;
}
.BgClassName
{
background-color: #A74B4A;
}
</style>
border-color css
<style>
span { border-color: #A74B4A; }
span { border-color: rgb(167,75,74); }
td.TdClassName
{
border-color: #A74B4A;
}
.TagClassName
{
border-color: #A74B4A;
}
</style>