Shades of Apple Blossom #AD5C5B
Tints of Apple Blossom #AD5C5B
RGB
CMYK
RGB Variations
Color information
#AD5C5B (or 0xAD5C5B) is known color: Apple Blossom. HEX triplet: AD, 5C and 5B. RGB value is (173,92,91). Sum of RGB (Red+Green+Blue) = 173+92+91=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5C5B is #52A3A4. Grayscale: #747474. Windows color (decimal): -5415845 or 5987501. OLE color: 5987501.
HSL color Cylindrical-coordinate representation of color #AD5C5B: hue angle of 0.73º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD5C5B is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 92 | 91 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.32 |
| HSL | 0.73º | 0.33% | 0.52% | - |
| HSV(B) | 0.73º | 0.47% | 0.68% | - |
| XYZ | 22.95 | 17.29 | 12.03 | - |
| YUV | 116.11 | 113.84 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 92 | 91 | 0 | 0.47 | 0.47 | 0.32 | 0.73 | 0.33 | 0.52 |
| Hex | AD | 5C | 5B | 0 | 2F | 2F | 20 | 1 | 21 | 34 |
| Octal | 255 | 134 | 133 | 0 | 57 | 57 | 40 | 1 | 41 | 64 |
| Binary | 10101101 | 1011100 | 1011011 | 0 | 101111 | 101111 | 100000 | 1 | 100001 | 110100 |
Color Harmonies of #AD5C5B
Complementary color
Monochromatic Colors of #AD5C5B
Black with #AD5C5B
Text Example
Text Example
White with #AD5C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5C5B; }
p { color: rgb(173,92,91); }
H1.HeaderClassName
{
color: #AD5C5B;
}
.AnyTagClassName
{
color: #AD5C5B;
}
</style>
background-color css
<style>
a { background-color: #AD5C5B; }
a { background-color: rgb(173,92,91); }
div.DivClassName
{
background-color: #AD5C5B;
}
.BgClassName
{
background-color: #AD5C5B;
}
</style>
border-color css
<style>
span { border-color: #AD5C5B; }
span { border-color: rgb(173,92,91); }
td.TdClassName
{
border-color: #AD5C5B;
}
.TagClassName
{
border-color: #AD5C5B;
}
</style>