#AD5349

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

Shades of Apple Blossom #AD5349

Tints of Apple Blossom #AD5349

Color information

#AD5349 (or 0xAD5349) is unknown color: approx Apple Blossom. HEX triplet: AD, 53 and 49. RGB value is (173,83,73). Sum of RGB (Red+Green+Blue) = 173+83+73=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5349 is #52ACB6. Grayscale: #6C6C6C. Windows color (decimal): -5418167 or 4805549. OLE color: 4805549.

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

Color convert

RGB1738373-
CMYK00.520.580.32
HSL40.65%48.24%-
HSV(B)57.8%67.84%-
XYZ21.5315.558.17-
YUV108.77107.82173.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.58%
GREEN value IS 83 (32.81% from 255) = 25.23%
BLUE value IS 73 (28.91% from 255) = 22.19%
R=52.58%
G=25.23%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173837300.520.580.32640.6548.24
HexAD53490343A2062930
Octal255123111064724065160
Binary10101101101001110010010110100111010100000110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5349; }

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

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

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

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

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

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

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

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