Shades of Apple Blossom #AC4D3D
Tints of Apple Blossom #AC4D3D
RGB
CMYK
RGB Variations
Color information
#AC4D3D (or 0xAC4D3D) is known color: Apple Blossom. HEX triplet: AC, 4D and 3D. RGB value is (172,77,61). Sum of RGB (Red+Green+Blue) = 172+77+61=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4D3D is #53B2C2. Grayscale: #676767. Windows color (decimal): -5485251 or 4017580. OLE color: 4017580.
HSL color Cylindrical-coordinate representation of color #AC4D3D: hue angle of 8.65º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC4D3D is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 77 | 61 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.33 |
| HSL | 8.65º | 0.48% | 0.46% | - |
| HSV(B) | 8.65º | 0.65% | 0.67% | - |
| XYZ | 20.51 | 14.42 | 6.12 | - |
| YUV | 103.58 | 103.97 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 61 | 0 | 0.55 | 0.65 | 0.33 | 8.65 | 0.48 | 0.46 |
| Hex | AC | 4D | 3D | 0 | 37 | 41 | 21 | 9 | 30 | 2E |
| Octal | 254 | 115 | 75 | 0 | 67 | 101 | 41 | 11 | 60 | 56 |
| Binary | 10101100 | 1001101 | 111101 | 0 | 110111 | 1000001 | 100001 | 1001 | 110000 | 101110 |
Color Harmonies of #AC4D3D
Complementary color
Monochromatic Colors of #AC4D3D
Black with #AC4D3D
Text Example
Text Example
White with #AC4D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4D3D; }
p { color: rgb(172,77,61); }
H1.HeaderClassName
{
color: #AC4D3D;
}
.AnyTagClassName
{
color: #AC4D3D;
}
</style>
background-color css
<style>
a { background-color: #AC4D3D; }
a { background-color: rgb(172,77,61); }
div.DivClassName
{
background-color: #AC4D3D;
}
.BgClassName
{
background-color: #AC4D3D;
}
</style>
border-color css
<style>
span { border-color: #AC4D3D; }
span { border-color: rgb(172,77,61); }
td.TdClassName
{
border-color: #AC4D3D;
}
.TagClassName
{
border-color: #AC4D3D;
}
</style>