Shades of Apple Blossom #AC4D4C
Tints of Apple Blossom #AC4D4C
RGB
CMYK
RGB Variations
Color information
#AC4D4C (or 0xAC4D4C) is known color: Apple Blossom. HEX triplet: AC, 4D and 4C. RGB value is (172,77,76). Sum of RGB (Red+Green+Blue) = 172+77+76=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4D4C is #53B2B3. Grayscale: #696969. Windows color (decimal): -5485236 or 5000620. OLE color: 5000620.
HSL color Cylindrical-coordinate representation of color #AC4D4C: hue angle of 0.62º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC4D4C is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 77 | 76 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.33 |
| HSL | 0.63º | 0.39% | 0.49% | - |
| HSV(B) | 0.63º | 0.56% | 0.67% | - |
| XYZ | 20.97 | 14.6 | 8.55 | - |
| YUV | 105.29 | 111.47 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 76 | 0 | 0.55 | 0.56 | 0.33 | 0.63 | 0.39 | 0.49 |
| Hex | AC | 4D | 4C | 0 | 37 | 38 | 21 | 1 | 27 | 31 |
| Octal | 254 | 115 | 114 | 0 | 67 | 70 | 41 | 1 | 47 | 61 |
| Binary | 10101100 | 1001101 | 1001100 | 0 | 110111 | 111000 | 100001 | 1 | 100111 | 110001 |
Color Harmonies of #AC4D4C
Complementary color
Monochromatic Colors of #AC4D4C
Black with #AC4D4C
Text Example
Text Example
White with #AC4D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4D4C; }
p { color: rgb(172,77,76); }
H1.HeaderClassName
{
color: #AC4D4C;
}
.AnyTagClassName
{
color: #AC4D4C;
}
</style>
background-color css
<style>
a { background-color: #AC4D4C; }
a { background-color: rgb(172,77,76); }
div.DivClassName
{
background-color: #AC4D4C;
}
.BgClassName
{
background-color: #AC4D4C;
}
</style>
border-color css
<style>
span { border-color: #AC4D4C; }
span { border-color: rgb(172,77,76); }
td.TdClassName
{
border-color: #AC4D4C;
}
.TagClassName
{
border-color: #AC4D4C;
}
</style>