#AD494C

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

Shades of Hippie Pink #AD494C

Tints of Hippie Pink #AD494C

Color information

#AD494C (or 0xAD494C) is unknown color: approx Hippie Pink. HEX triplet: AD, 49 and 4C. RGB value is (173,73,76). Sum of RGB (Red+Green+Blue) = 173+73+76=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD494C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD494C is #52B6B3. Grayscale: #676767. Windows color (decimal): -5420724 or 4999597. OLE color: 4999597.

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

Color convert

RGB1737376-
CMYK00.580.560.32
HSL358.2º40.65%48.24%-
HSV(B)358.2º57.8%67.84%-
XYZ20.9214.178.47-
YUV103.24112.63177.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.73%
GREEN value IS 73 (28.91% from 255) = 22.67%
BLUE value IS 76 (30.08% from 255) = 23.60%
R=53.73%
G=22.67%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173737600.580.560.32358.240.6548.24
HexAD494C03A38201662930
Octal25511111407270405465160
Binary10101101100100110011000111010111000100000101100110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD494C; }

 p { color: rgb(173,73,76); }

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

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

 a { background-color: rgb(173,73,76); }

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

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

 span { border-color: rgb(173,73,76); }

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