Shades of Apple Blossom #AC4B3E
Tints of Apple Blossom #AC4B3E
RGB
CMYK
RGB Variations
Color information
#AC4B3E (or 0xAC4B3E) is known color: Apple Blossom. HEX triplet: AC, 4B and 3E. RGB value is (172,75,62). Sum of RGB (Red+Green+Blue) = 172+75+62=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4B3E is #53B4C1. Grayscale: #666666. Windows color (decimal): -5485762 or 4082604. OLE color: 4082604.
HSL color Cylindrical-coordinate representation of color #AC4B3E: hue angle of 7.09º 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 #AC4B3E is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 75 | 62 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.33 |
| HSL | 7.09º | 0.47% | 0.46% | - |
| HSV(B) | 7.09º | 0.64% | 0.67% | - |
| XYZ | 20.4 | 14.15 | 6.21 | - |
| YUV | 102.52 | 105.14 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 75 | 62 | 0 | 0.56 | 0.64 | 0.33 | 7.09 | 0.47 | 0.46 |
| Hex | AC | 4B | 3E | 0 | 38 | 40 | 21 | 7 | 2F | 2E |
| Octal | 254 | 113 | 76 | 0 | 70 | 100 | 41 | 7 | 57 | 56 |
| Binary | 10101100 | 1001011 | 111110 | 0 | 111000 | 1000000 | 100001 | 111 | 101111 | 101110 |
Color Harmonies of #AC4B3E
Complementary color
Monochromatic Colors of #AC4B3E
Black with #AC4B3E
Text Example
Text Example
White with #AC4B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4B3E; }
p { color: rgb(172,75,62); }
H1.HeaderClassName
{
color: #AC4B3E;
}
.AnyTagClassName
{
color: #AC4B3E;
}
</style>
background-color css
<style>
a { background-color: #AC4B3E; }
a { background-color: rgb(172,75,62); }
div.DivClassName
{
background-color: #AC4B3E;
}
.BgClassName
{
background-color: #AC4B3E;
}
</style>
border-color css
<style>
span { border-color: #AC4B3E; }
span { border-color: rgb(172,75,62); }
td.TdClassName
{
border-color: #AC4B3E;
}
.TagClassName
{
border-color: #AC4B3E;
}
</style>