#AD5959

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

Shades of Apple Blossom #AD5959

Tints of Apple Blossom #AD5959

Color information

#AD5959 (or 0xAD5959) is unknown color: approx Apple Blossom. HEX triplet: AD, 59 and 59. RGB value is (173,89,89). Sum of RGB (Red+Green+Blue) = 173+89+89=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5959 is #52A6A6. Grayscale: #727272. Windows color (decimal): -5416615 or 5855661. OLE color: 5855661.

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

Color convert

RGB1738989-
CMYK00.490.490.32
HSL33.87%51.37%-
HSV(B)48.55%67.84%-
XYZ22.6116.7511.49-
YUV114.12113.83170-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.29%
GREEN value IS 89 (35.16% from 255) = 25.36%
BLUE value IS 89 (35.16% from 255) = 25.36%
R=49.29%
G=25.36%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173898900.490.490.32033.8751.37
HexAD5959031312002233
Octal255131131061614004263
Binary101011011011001101100101100011100011000000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5959; }

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

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

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

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

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

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

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

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