Shades of Apple Blossom #AC534C
Tints of Apple Blossom #AC534C
RGB
CMYK
RGB Variations
Color information
#AC534C (or 0xAC534C) is known color: Apple Blossom. HEX triplet: AC, 53 and 4C. RGB value is (172,83,76). Sum of RGB (Red+Green+Blue) = 172+83+76=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC534C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC534C is #53ACB3. Grayscale: #6C6C6C. Windows color (decimal): -5483700 or 5002156. OLE color: 5002156.
HSL color Cylindrical-coordinate representation of color #AC534C: hue angle of 4.38º 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 #AC534C is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 83 | 76 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.33 |
| HSL | 4.38º | 0.39% | 0.49% | - |
| HSV(B) | 4.38º | 0.56% | 0.67% | - |
| XYZ | 21.41 | 15.48 | 8.7 | - |
| YUV | 108.81 | 109.49 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 76 | 0 | 0.52 | 0.56 | 0.33 | 4.38 | 0.39 | 0.49 |
| Hex | AC | 53 | 4C | 0 | 34 | 38 | 21 | 4 | 27 | 31 |
| Octal | 254 | 123 | 114 | 0 | 64 | 70 | 41 | 4 | 47 | 61 |
| Binary | 10101100 | 1010011 | 1001100 | 0 | 110100 | 111000 | 100001 | 100 | 100111 | 110001 |
Color Harmonies of #AC534C
Complementary color
Monochromatic Colors of #AC534C
Black with #AC534C
Text Example
Text Example
White with #AC534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC534C; }
p { color: rgb(172,83,76); }
H1.HeaderClassName
{
color: #AC534C;
}
.AnyTagClassName
{
color: #AC534C;
}
</style>
background-color css
<style>
a { background-color: #AC534C; }
a { background-color: rgb(172,83,76); }
div.DivClassName
{
background-color: #AC534C;
}
.BgClassName
{
background-color: #AC534C;
}
</style>
border-color css
<style>
span { border-color: #AC534C; }
span { border-color: rgb(172,83,76); }
td.TdClassName
{
border-color: #AC534C;
}
.TagClassName
{
border-color: #AC534C;
}
</style>