#AD6064

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

Shades of Blush #AD6064

Tints of Blush #AD6064

Color information

#AD6064 (or 0xAD6064) is unknown color: approx Blush. HEX triplet: AD, 60 and 64. RGB value is (173,96,100). Sum of RGB (Red+Green+Blue) = 173+96+100=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6064 is #529F9B. Grayscale: #777777. Windows color (decimal): -5414812 or 6578349. OLE color: 6578349.

HSL color Cylindrical-coordinate representation of color #AD6064: hue angle of 356.88º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD6064 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB17396100-
CMYK00.450.420.32
HSL356.88º31.95%52.75%-
HSV(B)356.88º44.51%67.84%-
XYZ23.7218.1714.31-
YUV119.48117.01166.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.88%
GREEN value IS 96 (37.89% from 255) = 26.02%
BLUE value IS 100 (39.45% from 255) = 27.10%
R=46.88%
G=26.02%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739610000.450.420.32356.8831.9552.75
HexAD606402D2A201652035
Octal25514014405552405454065
Binary10101101110000011001000101101101010100000101100101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6064; }

 p { color: rgb(173,96,100); }

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

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

 a { background-color: rgb(173,96,100); }

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

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

 span { border-color: rgb(173,96,100); }

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