#AD5D6F

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

Shades of Blush #AD5D6F

Tints of Blush #AD5D6F

Color information

#AD5D6F (or 0xAD5D6F) is unknown color: approx Blush. HEX triplet: AD, 5D and 6F. RGB value is (173,93,111). Sum of RGB (Red+Green+Blue) = 173+93+111=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5D6F is #52A290. Grayscale: #767676. Windows color (decimal): -5415569 or 7298477. OLE color: 7298477.

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

Color convert

RGB17393111-
CMYK00.460.360.32
HSL346.5º32.79%52.16%-
HSV(B)346.5º46.24%67.84%-
XYZ24.0217.8617.22-
YUV118.97123.5166.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.89%
GREEN value IS 93 (36.72% from 255) = 24.67%
BLUE value IS 111 (43.75% from 255) = 29.44%
R=45.89%
G=24.67%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739311100.460.360.32346.532.7952.16
HexAD5D6F02E242015a2134
Octal25513515705644405324164
Binary10101101101110111011110101110100100100000101011010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5D6F; }

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

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

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

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

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

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

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

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