#AD5551

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

Shades of Apple Blossom #AD5551

Tints of Apple Blossom #AD5551

Color information

#AD5551 (or 0xAD5551) is unknown color: approx Apple Blossom. HEX triplet: AD, 55 and 51. RGB value is (173,85,81). Sum of RGB (Red+Green+Blue) = 173+85+81=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5551 is #52AAAE. Grayscale: #6E6E6E. Windows color (decimal): -5417647 or 5330349. OLE color: 5330349.

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

Color convert

RGB1738581-
CMYK00.510.530.32
HSL2.61º36.22%49.8%-
HSV(B)2.61º53.18%67.84%-
XYZ21.9715.989.71-
YUV110.86111.15172.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.03%
GREEN value IS 85 (33.59% from 255) = 25.07%
BLUE value IS 81 (32.03% from 255) = 23.89%
R=51.03%
G=25.07%
B=23.89%

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
Decimal173858100.510.530.322.6136.2249.8
HexAD5551033352032432
Octal255125121063654034462
Binary1010110110101011010001011001111010110000011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5551; }

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

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

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

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

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

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

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

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