#AD4E49

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

Shades of Apple Blossom #AD4E49

Tints of Apple Blossom #AD4E49

Color information

#AD4E49 (or 0xAD4E49) is unknown color: approx Apple Blossom. HEX triplet: AD, 4E and 49. RGB value is (173,78,73). Sum of RGB (Red+Green+Blue) = 173+78+73=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4E49 is #52B1B6. Grayscale: #696969. Windows color (decimal): -5419447 or 4804269. OLE color: 4804269.

HSL color Cylindrical-coordinate representation of color #AD4E49: hue angle of 3º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD4E49 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB1737873-
CMYK00.550.580.32
HSL40.65%48.24%-
HSV(B)57.8%67.84%-
XYZ21.1614.818.05-
YUV105.84109.47175.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.40%
GREEN value IS 78 (30.86% from 255) = 24.07%
BLUE value IS 73 (28.91% from 255) = 22.53%
R=53.40%
G=24.07%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173787300.550.580.32340.6548.24
HexAD4E490373A2032930
Octal255116111067724035160
Binary1010110110011101001001011011111101010000011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4E49; }

 p { color: rgb(173,78,73); }

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

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

 a { background-color: rgb(173,78,73); }

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

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

 span { border-color: rgb(173,78,73); }

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