#AD5C72

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

Shades of Blush #AD5C72

Tints of Blush #AD5C72

Color information

#AD5C72 (or 0xAD5C72) is unknown color: approx Blush. HEX triplet: AD, 5C and 72. RGB value is (173,92,114). Sum of RGB (Red+Green+Blue) = 173+92+114=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5C72 is #52A38D. Grayscale: #767676. Windows color (decimal): -5415822 or 7494829. OLE color: 7494829.

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

Color convert

RGB17392114-
CMYK00.470.340.32
HSL343.7º33.06%51.96%-
HSV(B)343.7º46.82%67.84%-
XYZ24.117.7518.08-
YUV118.73125.34166.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.65%
GREEN value IS 92 (36.33% from 255) = 24.27%
BLUE value IS 114 (44.92% from 255) = 30.08%
R=45.65%
G=24.27%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739211400.470.340.32343.733.0651.96
HexAD5C7202F22201582134
Octal25513416205742405304164
Binary10101101101110011100100101111100010100000101011000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5C72; }

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

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

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

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

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

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

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

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