#AD5C70

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

Shades of Blush #AD5C70

Tints of Blush #AD5C70

Color information

#AD5C70 (or 0xAD5C70) is unknown color: approx Blush. HEX triplet: AD, 5C and 70. RGB value is (173,92,112). Sum of RGB (Red+Green+Blue) = 173+92+112=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5C70 is #52A38F. Grayscale: #767676. Windows color (decimal): -5415824 or 7363757. OLE color: 7363757.

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

Color convert

RGB17392112-
CMYK00.470.350.32
HSL345.19º33.06%51.96%-
HSV(B)345.19º46.82%67.84%-
XYZ23.9917.7117.48-
YUV118.5124.34166.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.89%
GREEN value IS 92 (36.33% from 255) = 24.40%
BLUE value IS 112 (44.14% from 255) = 29.71%
R=45.89%
G=24.40%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739211200.470.350.32345.1933.0651.96
HexAD5C7002F23201592134
Octal25513416005743405314164
Binary10101101101110011100000101111100011100000101011001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5C70; }

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

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

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

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

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

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

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

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