#AD4A5B

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

Shades of Hippie Pink #AD4A5B

Tints of Hippie Pink #AD4A5B

Color information

#AD4A5B (or 0xAD4A5B) is unknown color: approx Hippie Pink. HEX triplet: AD, 4A and 5B. RGB value is (173,74,91). Sum of RGB (Red+Green+Blue) = 173+74+91=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4A5B is #52B5A4. Grayscale: #696969. Windows color (decimal): -5420453 or 5982893. OLE color: 5982893.

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

Color convert

RGB1737491-
CMYK00.570.470.32
HSL349.7º40.08%48.43%-
HSV(B)349.7º57.23%67.84%-
XYZ21.5714.5411.57-
YUV105.54119.8176.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.18%
GREEN value IS 74 (29.30% from 255) = 21.89%
BLUE value IS 91 (35.94% from 255) = 26.92%
R=51.18%
G=21.89%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173749100.570.470.32349.740.0848.43
HexAD4A5B0392F2015e2830
Octal25511213307157405365060
Binary10101101100101010110110111001101111100000101011110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4A5B; }

 p { color: rgb(173,74,91); }

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

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

 a { background-color: rgb(173,74,91); }

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

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

 span { border-color: rgb(173,74,91); }

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