#AD4F49

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

Shades of Apple Blossom #AD4F49

Tints of Apple Blossom #AD4F49

Color information

#AD4F49 (or 0xAD4F49) is unknown color: approx Apple Blossom. HEX triplet: AD, 4F and 49. RGB value is (173,79,73). Sum of RGB (Red+Green+Blue) = 173+79+73=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4F49 is #52B0B6. Grayscale: #6A6A6A. Windows color (decimal): -5419191 or 4804525. OLE color: 4804525.

HSL color Cylindrical-coordinate representation of color #AD4F49: hue angle of 3.6º 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 #AD4F49 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB1737973-
CMYK00.540.580.32
HSL3.6º40.65%48.24%-
HSV(B)3.6º57.8%67.84%-
XYZ21.2314.968.07-
YUV106.42109.14175.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.23%
GREEN value IS 79 (31.25% from 255) = 24.31%
BLUE value IS 73 (28.91% from 255) = 22.46%
R=53.23%
G=24.31%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173797300.540.580.323.640.6548.24
HexAD4F490363A2042930
Octal255117111066724045160
Binary10101101100111110010010110110111010100000100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4F49; }

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

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

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

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

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

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

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

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