#AD5C58

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

Shades of Apple Blossom #AD5C58

Tints of Apple Blossom #AD5C58

Color information

#AD5C58 (or 0xAD5C58) is unknown color: approx Apple Blossom. HEX triplet: AD, 5C and 58. RGB value is (173,92,88). Sum of RGB (Red+Green+Blue) = 173+92+88=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5C58 is #52A3A7. Grayscale: #737373. Windows color (decimal): -5415848 or 5790893. OLE color: 5790893.

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

Color convert

RGB1739288-
CMYK00.470.490.32
HSL2.82º34.14%51.18%-
HSV(B)2.82º49.13%67.84%-
XYZ22.8217.2411.36-
YUV115.76112.34168.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.01%
GREEN value IS 92 (36.33% from 255) = 26.06%
BLUE value IS 88 (34.77% from 255) = 24.93%
R=49.01%
G=26.06%
B=24.93%

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
Decimal173928800.470.490.322.8234.1451.18
HexAD5C5802F312032233
Octal255134130057614034263
Binary1010110110111001011000010111111000110000011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5C58; }

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

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

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

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

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

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

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

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