#AD5B70

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

Shades of Blush #AD5B70

Tints of Blush #AD5B70

Color information

#AD5B70 (or 0xAD5B70) is unknown color: approx Blush. HEX triplet: AD, 5B and 70. RGB value is (173,91,112). Sum of RGB (Red+Green+Blue) = 173+91+112=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5B70 is #52A48F. Grayscale: #757575. Windows color (decimal): -5416080 or 7363501. OLE color: 7363501.

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

Color convert

RGB17391112-
CMYK00.470.350.32
HSL344.63º33.33%51.76%-
HSV(B)344.63º47.4%67.84%-
XYZ23.917.5417.45-
YUV117.91124.67167.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.01%
GREEN value IS 91 (35.94% from 255) = 24.20%
BLUE value IS 112 (44.14% from 255) = 29.79%
R=46.01%
G=24.20%
B=29.79%

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
Decimal1739111200.470.350.32344.6333.3351.76
HexAD5B7002F23201592134
Octal25513316005743405314164
Binary10101101101101111100000101111100011100000101011001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5B70; }

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

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

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

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

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

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

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

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