Shades of Apple Blossom #AC5143
Tints of Apple Blossom #AC5143
RGB
CMYK
RGB Variations
Color information
#AC5143 (or 0xAC5143) is known color: Apple Blossom. HEX triplet: AC, 51 and 43. RGB value is (172,81,67). Sum of RGB (Red+Green+Blue) = 172+81+67=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5143 is #53AEBC. Grayscale: #6A6A6A. Windows color (decimal): -5484221 or 4411820. OLE color: 4411820.
HSL color Cylindrical-coordinate representation of color #AC5143: hue angle of 8º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC5143 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 81 | 67 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.33 |
| HSL | 8º | 0.44% | 0.47% | - |
| HSV(B) | 8º | 0.61% | 0.67% | - |
| XYZ | 20.97 | 15.06 | 7.11 | - |
| YUV | 106.61 | 105.65 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 67 | 0 | 0.53 | 0.61 | 0.33 | 8 | 0.44 | 0.47 |
| Hex | AC | 51 | 43 | 0 | 35 | 3D | 21 | 8 | 2C | 2F |
| Octal | 254 | 121 | 103 | 0 | 65 | 75 | 41 | 10 | 54 | 57 |
| Binary | 10101100 | 1010001 | 1000011 | 0 | 110101 | 111101 | 100001 | 1000 | 101100 | 101111 |
Color Harmonies of #AC5143
Complementary color
Monochromatic Colors of #AC5143
Black with #AC5143
Text Example
Text Example
White with #AC5143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5143; }
p { color: rgb(172,81,67); }
H1.HeaderClassName
{
color: #AC5143;
}
.AnyTagClassName
{
color: #AC5143;
}
</style>
background-color css
<style>
a { background-color: #AC5143; }
a { background-color: rgb(172,81,67); }
div.DivClassName
{
background-color: #AC5143;
}
.BgClassName
{
background-color: #AC5143;
}
</style>
border-color css
<style>
span { border-color: #AC5143; }
span { border-color: rgb(172,81,67); }
td.TdClassName
{
border-color: #AC5143;
}
.TagClassName
{
border-color: #AC5143;
}
</style>