#ad5d74

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

Shades of Blush #AD5D74

Tints of Blush #AD5D74

Color information

#AD5D74 (or 0xAD5D74) is unknown color: approx Blush. HEX triplet: AD, 5D and 74. RGB value is (173,93,116). Sum of RGB (Red+Green+Blue) = 173+93+116=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5D74 is #52A28B. Grayscale: #777777. Windows color (decimal): -5415564 or 7626157. OLE color: 7626157.

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

Color convert

RGB17393116-
CMYK00.460.330.32
HSL342.75º32.79%52.16%-
HSV(B)342.75º46.24%67.84%-
XYZ24.317.9718.71-
YUV119.54126166.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.29%
GREEN value IS 93 (36.72% from 255) = 24.35%
BLUE value IS 116 (45.70% from 255) = 30.37%
R=45.29%
G=24.35%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739311600.460.330.32342.7532.7952.16
HexAD5D7402E21201572134
Octal25513516405641405274164
Binary10101101101110111101000101110100001100000101010111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad5d74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad5d74; }

 p { color: rgb(173,93,116); }

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

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

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

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

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

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

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