#AD5858

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

Shades of Apple Blossom #AD5858

Tints of Apple Blossom #AD5858

Color information

#AD5858 (or 0xAD5858) is unknown color: approx Apple Blossom. HEX triplet: AD, 58 and 58. RGB value is (173,88,88). Sum of RGB (Red+Green+Blue) = 173+88+88=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5858 is #52A7A7. Grayscale: #717171. Windows color (decimal): -5416872 or 5789869. OLE color: 5789869.

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

Color convert

RGB1738888-
CMYK00.490.490.32
HSL34.14%51.18%-
HSV(B)49.13%67.84%-
XYZ22.4816.5711.25-
YUV113.42113.66170.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.57%
GREEN value IS 88 (34.77% from 255) = 25.21%
BLUE value IS 88 (34.77% from 255) = 25.21%
R=49.57%
G=25.21%
B=25.21%

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
Decimal173888800.490.490.32034.1451.18
HexAD5858031312002233
Octal255130130061614004263
Binary101011011011000101100001100011100011000000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5858; }

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

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

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

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

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

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

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

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