#AD6067

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

Shades of Blush #AD6067

Tints of Blush #AD6067

Color information

#AD6067 (or 0xAD6067) is unknown color: approx Blush. HEX triplet: AD, 60 and 67. RGB value is (173,96,103). Sum of RGB (Red+Green+Blue) = 173+96+103=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 103 (40.62% from 255 or 27.69% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6067 is #529F98. Grayscale: #777777. Windows color (decimal): -5414809 or 6774957. OLE color: 6774957.

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

Color convert

RGB17396103-
CMYK00.450.400.32
HSL354.55º31.95%52.75%-
HSV(B)354.55º44.51%67.84%-
XYZ23.8618.2315.09-
YUV119.82118.51165.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.51%
GREEN value IS 96 (37.89% from 255) = 25.81%
BLUE value IS 103 (40.62% from 255) = 27.69%
R=46.51%
G=25.81%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739610300.450.400.32354.5531.9552.75
HexAD606702D28201632035
Octal25514014705550405434065
Binary10101101110000011001110101101101000100000101100011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6067; }

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

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

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

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

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

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

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

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