#AD5C60

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

Shades of Blush #AD5C60

Tints of Blush #AD5C60

Color information

#AD5C60 (or 0xAD5C60) is unknown color: approx Blush. HEX triplet: AD, 5C and 60. RGB value is (173,92,96). Sum of RGB (Red+Green+Blue) = 173+92+96=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5C60 is #52A39F. Grayscale: #747474. Windows color (decimal): -5415840 or 6315181. OLE color: 6315181.

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

Color convert

RGB1739296-
CMYK00.470.450.32
HSL357.04º33.06%51.96%-
HSV(B)357.04º46.82%67.84%-
XYZ23.1717.3813.2-
YUV116.68116.34168.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.92%
GREEN value IS 92 (36.33% from 255) = 25.48%
BLUE value IS 96 (37.89% from 255) = 26.59%
R=47.92%
G=25.48%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173929600.470.450.32357.0433.0651.96
HexAD5C6002F2D201652134
Octal25513414005755405454164
Binary10101101101110011000000101111101101100000101100101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5C60; }

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

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

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

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

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

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

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

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