#AD5149

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

Shades of Apple Blossom #AD5149

Tints of Apple Blossom #AD5149

Color information

#AD5149 (or 0xAD5149) is unknown color: approx Apple Blossom. HEX triplet: AD, 51 and 49. RGB value is (173,81,73). Sum of RGB (Red+Green+Blue) = 173+81+73=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5149 is #52AEB6. Grayscale: #6B6B6B. Windows color (decimal): -5418679 or 4805037. OLE color: 4805037.

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

Color convert

RGB1738173-
CMYK00.530.580.32
HSL4.8º40.65%48.24%-
HSV(B)4.8º57.8%67.84%-
XYZ21.3815.258.12-
YUV107.6108.48174.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.91%
GREEN value IS 81 (32.03% from 255) = 24.77%
BLUE value IS 73 (28.91% from 255) = 22.32%
R=52.91%
G=24.77%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173817300.530.580.324.840.6548.24
HexAD51490353A2052930
Octal255121111065724055160
Binary10101101101000110010010110101111010100000101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5149; }

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

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

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

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

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

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

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

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