Shades of Apple Blossom #AC554A
Tints of Apple Blossom #AC554A
RGB
CMYK
RGB Variations
Color information
#AC554A (or 0xAC554A) is known color: Apple Blossom. HEX triplet: AC, 55 and 4A. RGB value is (172,85,74). Sum of RGB (Red+Green+Blue) = 172+85+74=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC554A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC554A is #53AAB5. Grayscale: #6D6D6D. Windows color (decimal): -5483190 or 4871596. OLE color: 4871596.
HSL color Cylindrical-coordinate representation of color #AC554A: hue angle of 6.73º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC554A is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 85 | 74 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.33 |
| HSL | 6.73º | 0.4% | 0.48% | - |
| HSV(B) | 6.73º | 0.57% | 0.67% | - |
| XYZ | 21.5 | 15.76 | 8.39 | - |
| YUV | 109.76 | 107.82 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 74 | 0 | 0.51 | 0.57 | 0.33 | 6.73 | 0.4 | 0.48 |
| Hex | AC | 55 | 4A | 0 | 33 | 39 | 21 | 7 | 28 | 30 |
| Octal | 254 | 125 | 112 | 0 | 63 | 71 | 41 | 7 | 50 | 60 |
| Binary | 10101100 | 1010101 | 1001010 | 0 | 110011 | 111001 | 100001 | 111 | 101000 | 110000 |
Color Harmonies of #AC554A
Complementary color
Monochromatic Colors of #AC554A
Black with #AC554A
Text Example
Text Example
White with #AC554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC554A; }
p { color: rgb(172,85,74); }
H1.HeaderClassName
{
color: #AC554A;
}
.AnyTagClassName
{
color: #AC554A;
}
</style>
background-color css
<style>
a { background-color: #AC554A; }
a { background-color: rgb(172,85,74); }
div.DivClassName
{
background-color: #AC554A;
}
.BgClassName
{
background-color: #AC554A;
}
</style>
border-color css
<style>
span { border-color: #AC554A; }
span { border-color: rgb(172,85,74); }
td.TdClassName
{
border-color: #AC554A;
}
.TagClassName
{
border-color: #AC554A;
}
</style>