#AD5B59

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

Shades of Apple Blossom #AD5B59

Tints of Apple Blossom #AD5B59

Color information

#AD5B59 (or 0xAD5B59) is unknown color: approx Apple Blossom. HEX triplet: AD, 5B and 59. RGB value is (173,91,89). Sum of RGB (Red+Green+Blue) = 173+91+89=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5B59 is #52A4A6. Grayscale: #737373. Windows color (decimal): -5416103 or 5856173. OLE color: 5856173.

HSL color Cylindrical-coordinate representation of color #AD5B59: hue angle of 1.43º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD5B59 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB1739189-
CMYK00.470.490.32
HSL1.43º33.87%51.37%-
HSV(B)1.43º48.55%67.84%-
XYZ22.7817.0911.55-
YUV115.29113.17169.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.01%
GREEN value IS 91 (35.94% from 255) = 25.78%
BLUE value IS 89 (35.16% from 255) = 25.21%
R=49.01%
G=25.78%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173918900.470.490.321.4333.8751.37
HexAD5B5902F312012233
Octal255133131057614014263
Binary101011011011011101100101011111100011000001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5B59; }

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

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

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

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

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

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

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

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