Shades of Apple Blossom #AB4D3D
Tints of Apple Blossom #AB4D3D
RGB
CMYK
RGB Variations
Color information
#AB4D3D (or 0xAB4D3D) is known color: Apple Blossom. HEX triplet: AB, 4D and 3D. RGB value is (171,77,61). Sum of RGB (Red+Green+Blue) = 171+77+61=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4D3D is #54B2C2. Grayscale: #676767. Windows color (decimal): -5550787 or 4017579. OLE color: 4017579.
HSL color Cylindrical-coordinate representation of color #AB4D3D: hue angle of 8.73º 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 #AB4D3D is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 77 | 61 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.33 |
| HSL | 8.73º | 0.47% | 0.45% | - |
| HSV(B) | 8.73º | 0.64% | 0.67% | - |
| XYZ | 20.29 | 14.3 | 6.11 | - |
| YUV | 103.28 | 104.14 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 61 | 0 | 0.55 | 0.64 | 0.33 | 8.73 | 0.47 | 0.45 |
| Hex | AB | 4D | 3D | 0 | 37 | 40 | 21 | 9 | 2F | 2D |
| Octal | 253 | 115 | 75 | 0 | 67 | 100 | 41 | 11 | 57 | 55 |
| Binary | 10101011 | 1001101 | 111101 | 0 | 110111 | 1000000 | 100001 | 1001 | 101111 | 101101 |
Color Harmonies of #AB4D3D
Complementary color
Monochromatic Colors of #AB4D3D
Black with #AB4D3D
Text Example
Text Example
White with #AB4D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4D3D; }
p { color: rgb(171,77,61); }
H1.HeaderClassName
{
color: #AB4D3D;
}
.AnyTagClassName
{
color: #AB4D3D;
}
</style>
background-color css
<style>
a { background-color: #AB4D3D; }
a { background-color: rgb(171,77,61); }
div.DivClassName
{
background-color: #AB4D3D;
}
.BgClassName
{
background-color: #AB4D3D;
}
</style>
border-color css
<style>
span { border-color: #AB4D3D; }
span { border-color: rgb(171,77,61); }
td.TdClassName
{
border-color: #AB4D3D;
}
.TagClassName
{
border-color: #AB4D3D;
}
</style>