Shades of Apple Blossom #A34F4A
Tints of Apple Blossom #A34F4A
RGB
CMYK
RGB Variations
Color information
#A34F4A (or 0xA34F4A) is known color: Apple Blossom. HEX triplet: A3, 4F and 4A. RGB value is (163,79,74). Sum of RGB (Red+Green+Blue) = 163+79+74=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A34F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34F4A is #5CB0B5. Grayscale: #676767. Windows color (decimal): -6074550 or 4870051. OLE color: 4870051.
HSL color Cylindrical-coordinate representation of color #A34F4A: hue angle of 3.37º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A34F4A is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 79 | 74 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.36 |
| HSL | 3.37º | 0.38% | 0.46% | - |
| HSV(B) | 3.37º | 0.55% | 0.64% | - |
| XYZ | 19.14 | 13.87 | 8.15 | - |
| YUV | 103.55 | 111.33 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 79 | 74 | 0 | 0.52 | 0.55 | 0.36 | 3.37 | 0.38 | 0.46 |
| Hex | A3 | 4F | 4A | 0 | 34 | 37 | 24 | 3 | 26 | 2E |
| Octal | 243 | 117 | 112 | 0 | 64 | 67 | 44 | 3 | 46 | 56 |
| Binary | 10100011 | 1001111 | 1001010 | 0 | 110100 | 110111 | 100100 | 11 | 100110 | 101110 |
Color Harmonies of #A34F4A
Complementary color
Monochromatic Colors of #A34F4A
Black with #A34F4A
Text Example
Text Example
White with #A34F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34F4A; }
p { color: rgb(163,79,74); }
H1.HeaderClassName
{
color: #A34F4A;
}
.AnyTagClassName
{
color: #A34F4A;
}
</style>
background-color css
<style>
a { background-color: #A34F4A; }
a { background-color: rgb(163,79,74); }
div.DivClassName
{
background-color: #A34F4A;
}
.BgClassName
{
background-color: #A34F4A;
}
</style>
border-color css
<style>
span { border-color: #A34F4A; }
span { border-color: rgb(163,79,74); }
td.TdClassName
{
border-color: #A34F4A;
}
.TagClassName
{
border-color: #A34F4A;
}
</style>