#AD5A51

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

Shades of Apple Blossom #AD5A51

Tints of Apple Blossom #AD5A51

Color information

#AD5A51 (or 0xAD5A51) is unknown color: approx Apple Blossom. HEX triplet: AD, 5A and 51. RGB value is (173,90,81). Sum of RGB (Red+Green+Blue) = 173+90+81=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5A51 is #52A5AE. Grayscale: #717171. Windows color (decimal): -5416367 or 5331629. OLE color: 5331629.

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

Color convert

RGB1739081-
CMYK00.480.530.32
HSL5.87º36.22%49.8%-
HSV(B)5.87º53.18%67.84%-
XYZ22.3716.799.85-
YUV113.79109.5170.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.29%
GREEN value IS 90 (35.55% from 255) = 26.16%
BLUE value IS 81 (32.03% from 255) = 23.55%
R=50.29%
G=26.16%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173908100.480.530.325.8736.2249.8
HexAD5A51030352062432
Octal255132121060654064462
Binary10101101101101010100010110000110101100000110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5A51; }

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

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

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

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

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

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

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

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