#AD4159

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

Shades of Hippie Pink #AD4159

Tints of Hippie Pink #AD4159

Color information

#AD4159 (or 0xAD4159) is unknown color: approx Hippie Pink. HEX triplet: AD, 41 and 59. RGB value is (173,65,89). Sum of RGB (Red+Green+Blue) = 173+65+89=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4159 is #52BEA6. Grayscale: #646464. Windows color (decimal): -5422759 or 5849517. OLE color: 5849517.

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

Color convert

RGB1736589-
CMYK00.620.490.32
HSL346.67º45.38%46.67%-
HSV(B)346.67º62.43%67.84%-
XYZ20.9313.3910.93-
YUV100.03121.78180.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.91%
GREEN value IS 65 (25.78% from 255) = 19.88%
BLUE value IS 89 (35.16% from 255) = 27.22%
R=52.91%
G=19.88%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173658900.620.490.32346.6745.3846.67
HexAD415903E312015b2d2f
Octal25510113107661405335557
Binary10101101100000110110010111110110001100000101011011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4159; }

 p { color: rgb(173,65,89); }

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

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

 a { background-color: rgb(173,65,89); }

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

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

 span { border-color: rgb(173,65,89); }

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