#AD444C

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

Shades of Hippie Pink #AD444C

Tints of Hippie Pink #AD444C

Color information

#AD444C (or 0xAD444C) is unknown color: approx Hippie Pink. HEX triplet: AD, 44 and 4C. RGB value is (173,68,76). Sum of RGB (Red+Green+Blue) = 173+68+76=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD444C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD444C is #52BBB3. Grayscale: #646464. Windows color (decimal): -5422004 or 4998317. OLE color: 4998317.

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

Color convert

RGB1736876-
CMYK00.610.560.32
HSL355.43º43.57%47.25%-
HSV(B)355.43º60.69%67.84%-
XYZ20.6113.548.36-
YUV100.31114.29179.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.57%
GREEN value IS 68 (26.95% from 255) = 21.45%
BLUE value IS 76 (30.08% from 255) = 23.97%
R=54.57%
G=21.45%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173687600.610.560.32355.4343.5747.25
HexAD444C03D38201632c2f
Octal25510411407570405435457
Binary10101101100010010011000111101111000100000101100011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD444C; }

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

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

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

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

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

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

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

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