#AD5468

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

Shades of Blush #AD5468

Tints of Blush #AD5468

Color information

#AD5468 (or 0xAD5468) is unknown color: approx Blush. HEX triplet: AD, 54 and 68. RGB value is (173,84,104). Sum of RGB (Red+Green+Blue) = 173+84+104=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5468 is #52AB97. Grayscale: #707070. Windows color (decimal): -5417880 or 6837421. OLE color: 6837421.

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

Color convert

RGB17384104-
CMYK00.510.400.32
HSL346.52º35.18%50.39%-
HSV(B)346.52º51.45%67.84%-
XYZ22.916.2215.02-
YUV112.89122.99170.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.92%
GREEN value IS 84 (33.20% from 255) = 23.27%
BLUE value IS 104 (41.02% from 255) = 28.81%
R=47.92%
G=23.27%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738410400.510.400.32346.5235.1850.39
HexAD5468033282015b2332
Octal25512415006350405334362
Binary10101101101010011010000110011101000100000101011011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5468; }

 p { color: rgb(173,84,104); }

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

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

 a { background-color: rgb(173,84,104); }

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

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

 span { border-color: rgb(173,84,104); }

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