#AD4E5A

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

Shades of Hippie Pink #AD4E5A

Tints of Hippie Pink #AD4E5A

Color information

#AD4E5A (or 0xAD4E5A) is unknown color: approx Hippie Pink. HEX triplet: AD, 4E and 5A. RGB value is (173,78,90). Sum of RGB (Red+Green+Blue) = 173+78+90=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD4E5A is #52B1A5. Grayscale: #6B6B6B. Windows color (decimal): -5419430 or 5918381. OLE color: 5918381.

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

Color convert

RGB1737890-
CMYK00.550.480.32
HSL352.42º37.85%49.22%-
HSV(B)352.42º54.91%67.84%-
XYZ21.815.0711.43-
YUV107.77117.97174.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.73%
GREEN value IS 78 (30.86% from 255) = 22.87%
BLUE value IS 90 (35.55% from 255) = 26.39%
R=50.73%
G=22.87%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173789000.550.480.32352.4237.8549.22
HexAD4E5A03730201602631
Octal25511613206760405404661
Binary10101101100111010110100110111110000100000101100000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4E5A; }

 p { color: rgb(173,78,90); }

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

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

 a { background-color: rgb(173,78,90); }

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

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

 span { border-color: rgb(173,78,90); }

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