#AD5C71

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

Shades of Blush #AD5C71

Tints of Blush #AD5C71

Color information

#AD5C71 (or 0xAD5C71) is unknown color: approx Blush. HEX triplet: AD, 5C and 71. RGB value is (173,92,113). Sum of RGB (Red+Green+Blue) = 173+92+113=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5C71 is #52A38E. Grayscale: #767676. Windows color (decimal): -5415823 or 7429293. OLE color: 7429293.

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

Color convert

RGB17392113-
CMYK00.470.350.32
HSL344.44º33.06%51.96%-
HSV(B)344.44º46.82%67.84%-
XYZ24.0417.7317.78-
YUV118.61124.84166.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.77%
GREEN value IS 92 (36.33% from 255) = 24.34%
BLUE value IS 113 (44.53% from 255) = 29.89%
R=45.77%
G=24.34%
B=29.89%

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
Decimal1739211300.470.350.32344.4433.0651.96
HexAD5C7102F23201582134
Octal25513416105743405304164
Binary10101101101110011100010101111100011100000101011000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5C71; }

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

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

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

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

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

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

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

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