#AD5866

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

Shades of Blush #AD5866

Tints of Blush #AD5866

Color information

#AD5866 (or 0xAD5866) is unknown color: approx Blush. HEX triplet: AD, 58 and 66. RGB value is (173,88,102). Sum of RGB (Red+Green+Blue) = 173+88+102=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5866 is #52A799. Grayscale: #737373. Windows color (decimal): -5416858 or 6707373. OLE color: 6707373.

HSL color Cylindrical-coordinate representation of color #AD5866: hue angle of 350.12º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD5866 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB17388102-
CMYK00.490.410.32
HSL350.12º34.14%51.18%-
HSV(B)350.12º49.13%67.84%-
XYZ23.1216.8214.6-
YUV115.01120.66169.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.66%
GREEN value IS 88 (34.77% from 255) = 24.24%
BLUE value IS 102 (40.23% from 255) = 28.10%
R=47.66%
G=24.24%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738810200.490.410.32350.1234.1451.18
HexAD5866031292015e2233
Octal25513014606151405364263
Binary10101101101100011001100110001101001100000101011110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5866; }

 p { color: rgb(173,88,102); }

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

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

 a { background-color: rgb(173,88,102); }

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

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

 span { border-color: rgb(173,88,102); }

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