#AD5552

Color #AD5552 Apple Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple Blossom #AD5552

Tints of Apple Blossom #AD5552

Color information

#AD5552 (or 0xAD5552) is unknown color: approx Apple Blossom. HEX triplet: AD, 55 and 52. RGB value is (173,85,82). Sum of RGB (Red+Green+Blue) = 173+85+82=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5552 is #52AAAD. Grayscale: #6F6F6F. Windows color (decimal): -5417646 or 5395885. OLE color: 5395885.

HSL color Cylindrical-coordinate representation of color #AD5552: hue angle of 1.98º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD5552 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB1738582-
CMYK00.510.530.32
HSL1.98º35.69%50%-
HSV(B)1.98º52.6%67.84%-
XYZ22.0115.999.91-
YUV110.97111.65172.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 50.88%
GREEN value IS 85 (33.59% from 255) = 25%
BLUE value IS 82 (32.42% from 255) = 24.12%
R=50.88%
G=25%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173858200.510.530.321.9835.6950
HexAD5552033352022432
Octal255125122063654024462
Binary1010110110101011010010011001111010110000010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5552; }

 p { color: rgb(173,85,82); }

 H1.HeaderClassName
 {
   color: #AD5552;
 }
 .AnyTagClassName
 {
   color: #AD5552;
 }
</style>
background-color css

<style>
 a { background-color: #AD5552; }

 a { background-color: rgb(173,85,82); }

 div.DivClassName
 {
   background-color: #AD5552;
 }
 .BgClassName
 {
   background-color: #AD5552;
 }
</style>
border-color css

<style>
 span { border-color: #AD5552; }

 span { border-color: rgb(173,85,82); }

 td.TdClassName
 {
   border-color: #AD5552;
 }
 .TagClassName
 {
   border-color: #AD5552;
 }
</style>