#AD5D59

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

Shades of Apple Blossom #AD5D59

Tints of Apple Blossom #AD5D59

Color information

#AD5D59 (or 0xAD5D59) is unknown color: approx Apple Blossom. HEX triplet: AD, 5D and 59. RGB value is (173,93,89). Sum of RGB (Red+Green+Blue) = 173+93+89=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5D59 is #52A2A6. Grayscale: #747474. Windows color (decimal): -5415591 or 5856685. OLE color: 5856685.

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

Color convert

RGB1739389-
CMYK00.460.490.32
HSL2.86º33.87%51.37%-
HSV(B)2.86º48.55%67.84%-
XYZ22.9517.4311.61-
YUV116.46112.5168.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.73%
GREEN value IS 93 (36.72% from 255) = 26.20%
BLUE value IS 89 (35.16% from 255) = 25.07%
R=48.73%
G=26.20%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173938900.460.490.322.8633.8751.37
HexAD5D5902E312032233
Octal255135131056614034263
Binary1010110110111011011001010111011000110000011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5D59; }

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

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

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

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

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

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

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

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