Shades of Apple Blossom #AC503E
Tints of Apple Blossom #AC503E
RGB
CMYK
RGB Variations
Color information
#AC503E (or 0xAC503E) is known color: Apple Blossom. HEX triplet: AC, 50 and 3E. RGB value is (172,80,62). Sum of RGB (Red+Green+Blue) = 172+80+62=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC503E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC503E is #53AFC1. Grayscale: #696969. Windows color (decimal): -5484482 or 4083884. OLE color: 4083884.
HSL color Cylindrical-coordinate representation of color #AC503E: hue angle of 9.82º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC503E is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 80 | 62 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.33 |
| HSL | 9.82º | 0.47% | 0.46% | - |
| HSV(B) | 9.82º | 0.64% | 0.67% | - |
| XYZ | 20.75 | 14.86 | 6.33 | - |
| YUV | 105.46 | 103.48 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 62 | 0 | 0.53 | 0.64 | 0.33 | 9.82 | 0.47 | 0.46 |
| Hex | AC | 50 | 3E | 0 | 35 | 40 | 21 | A | 2F | 2E |
| Octal | 254 | 120 | 76 | 0 | 65 | 100 | 41 | 12 | 57 | 56 |
| Binary | 10101100 | 1010000 | 111110 | 0 | 110101 | 1000000 | 100001 | 1010 | 101111 | 101110 |
Color Harmonies of #AC503E
Complementary color
Monochromatic Colors of #AC503E
Black with #AC503E
Text Example
Text Example
White with #AC503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC503E; }
p { color: rgb(172,80,62); }
H1.HeaderClassName
{
color: #AC503E;
}
.AnyTagClassName
{
color: #AC503E;
}
</style>
background-color css
<style>
a { background-color: #AC503E; }
a { background-color: rgb(172,80,62); }
div.DivClassName
{
background-color: #AC503E;
}
.BgClassName
{
background-color: #AC503E;
}
</style>
border-color css
<style>
span { border-color: #AC503E; }
span { border-color: rgb(172,80,62); }
td.TdClassName
{
border-color: #AC503E;
}
.TagClassName
{
border-color: #AC503E;
}
</style>