Shades of Apple Blossom #AA4C3D
Tints of Apple Blossom #AA4C3D
RGB
CMYK
RGB Variations
Color information
#AA4C3D (or 0xAA4C3D) is known color: Apple Blossom. HEX triplet: AA, 4C and 3D. RGB value is (170,76,61). Sum of RGB (Red+Green+Blue) = 170+76+61=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4C3D is #55B3C2. Grayscale: #666666. Windows color (decimal): -5616579 or 4017322. OLE color: 4017322.
HSL color Cylindrical-coordinate representation of color #AA4C3D: hue angle of 8.26º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA4C3D is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 76 | 61 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.33 |
| HSL | 8.26º | 0.47% | 0.45% | - |
| HSV(B) | 8.26º | 0.64% | 0.67% | - |
| XYZ | 20 | 14.05 | 6.07 | - |
| YUV | 102.4 | 104.64 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 61 | 0 | 0.55 | 0.64 | 0.33 | 8.26 | 0.47 | 0.45 |
| Hex | AA | 4C | 3D | 0 | 37 | 40 | 21 | 8 | 2F | 2D |
| Octal | 252 | 114 | 75 | 0 | 67 | 100 | 41 | 10 | 57 | 55 |
| Binary | 10101010 | 1001100 | 111101 | 0 | 110111 | 1000000 | 100001 | 1000 | 101111 | 101101 |
Color Harmonies of #AA4C3D
Complementary color
Monochromatic Colors of #AA4C3D
Black with #AA4C3D
Text Example
Text Example
White with #AA4C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4C3D; }
p { color: rgb(170,76,61); }
H1.HeaderClassName
{
color: #AA4C3D;
}
.AnyTagClassName
{
color: #AA4C3D;
}
</style>
background-color css
<style>
a { background-color: #AA4C3D; }
a { background-color: rgb(170,76,61); }
div.DivClassName
{
background-color: #AA4C3D;
}
.BgClassName
{
background-color: #AA4C3D;
}
</style>
border-color css
<style>
span { border-color: #AA4C3D; }
span { border-color: rgb(170,76,61); }
td.TdClassName
{
border-color: #AA4C3D;
}
.TagClassName
{
border-color: #AA4C3D;
}
</style>