#ad5e6b

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

Shades of Blush #AD5E6B

Tints of Blush #AD5E6B

Color information

#AD5E6B (or 0xAD5E6B) is unknown color: approx Blush. HEX triplet: AD, 5E and 6B. RGB value is (173,94,107). Sum of RGB (Red+Green+Blue) = 173+94+107=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5E6B is #52A194. Grayscale: #777777. Windows color (decimal): -5415317 or 7036589. OLE color: 7036589.

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

Color convert

RGB17394107-
CMYK00.460.380.32
HSL350.13º32.51%52.35%-
HSV(B)350.13º45.66%67.84%-
XYZ23.8917.9516.12-
YUV119.1121.17166.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.26%
GREEN value IS 94 (37.11% from 255) = 25.13%
BLUE value IS 107 (42.19% from 255) = 28.61%
R=46.26%
G=25.13%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739410700.460.380.32350.1332.5152.35
HexAD5E6B02E262015e2134
Octal25513615305646405364164
Binary10101101101111011010110101110100110100000101011110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad5e6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad5e6b; }

 p { color: rgb(173,94,107); }

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

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

 a { background-color: rgb(173,94,107); }

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

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

 span { border-color: rgb(173,94,107); }

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