#AD5B51

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

Shades of Apple Blossom #AD5B51

Tints of Apple Blossom #AD5B51

Color information

#AD5B51 (or 0xAD5B51) is unknown color: approx Apple Blossom. HEX triplet: AD, 5B and 51. RGB value is (173,91,81). Sum of RGB (Red+Green+Blue) = 173+91+81=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5B51 is #52A4AE. Grayscale: #727272. Windows color (decimal): -5416111 or 5331885. OLE color: 5331885.

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

Color convert

RGB1739181-
CMYK00.470.530.32
HSL6.52º36.22%49.8%-
HSV(B)6.52º53.18%67.84%-
XYZ22.4616.969.87-
YUV114.38109.17169.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.14%
GREEN value IS 91 (35.94% from 255) = 26.38%
BLUE value IS 81 (32.03% from 255) = 23.48%
R=50.14%
G=26.38%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173918100.470.530.326.5236.2249.8
HexAD5B5102F352072432
Octal255133121057654074462
Binary10101101101101110100010101111110101100000111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5B51; }

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

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

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

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

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

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

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

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