Shades of Apple Blossom #AC4A45
Tints of Apple Blossom #AC4A45
RGB
CMYK
RGB Variations
Color information
#AC4A45 (or 0xAC4A45) is known color: Apple Blossom. HEX triplet: AC, 4A and 45. RGB value is (172,74,69). Sum of RGB (Red+Green+Blue) = 172+74+69=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4A45 is #53B5BA. Grayscale: #666666. Windows color (decimal): -5486011 or 4541100. OLE color: 4541100.
HSL color Cylindrical-coordinate representation of color #AC4A45: hue angle of 2.91º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4A45 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 74 | 69 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.33 |
| HSL | 2.91º | 0.43% | 0.47% | - |
| HSV(B) | 2.91º | 0.6% | 0.67% | - |
| XYZ | 20.54 | 14.1 | 7.27 | - |
| YUV | 102.73 | 108.97 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 69 | 0 | 0.57 | 0.60 | 0.33 | 2.91 | 0.43 | 0.47 |
| Hex | AC | 4A | 45 | 0 | 39 | 3C | 21 | 3 | 2B | 2F |
| Octal | 254 | 112 | 105 | 0 | 71 | 74 | 41 | 3 | 53 | 57 |
| Binary | 10101100 | 1001010 | 1000101 | 0 | 111001 | 111100 | 100001 | 11 | 101011 | 101111 |
Color Harmonies of #AC4A45
Complementary color
Monochromatic Colors of #AC4A45
Black with #AC4A45
Text Example
Text Example
White with #AC4A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4A45; }
p { color: rgb(172,74,69); }
H1.HeaderClassName
{
color: #AC4A45;
}
.AnyTagClassName
{
color: #AC4A45;
}
</style>
background-color css
<style>
a { background-color: #AC4A45; }
a { background-color: rgb(172,74,69); }
div.DivClassName
{
background-color: #AC4A45;
}
.BgClassName
{
background-color: #AC4A45;
}
</style>
border-color css
<style>
span { border-color: #AC4A45; }
span { border-color: rgb(172,74,69); }
td.TdClassName
{
border-color: #AC4A45;
}
.TagClassName
{
border-color: #AC4A45;
}
</style>