#AD4258

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

Shades of Hippie Pink #AD4258

Tints of Hippie Pink #AD4258

Color information

#AD4258 (or 0xAD4258) is unknown color: approx Hippie Pink. HEX triplet: AD, 42 and 58. RGB value is (173,66,88). Sum of RGB (Red+Green+Blue) = 173+66+88=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4258 is #52BDA7. Grayscale: #646464. Windows color (decimal): -5422504 or 5784237. OLE color: 5784237.

HSL color Cylindrical-coordinate representation of color #AD4258: hue angle of 347.66º 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 #AD4258 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB1736688-
CMYK00.620.490.32
HSL347.66º44.77%46.86%-
HSV(B)347.66º61.85%67.84%-
XYZ20.9413.4910.73-
YUV100.5120.95179.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.91%
GREEN value IS 66 (26.17% from 255) = 20.18%
BLUE value IS 88 (34.77% from 255) = 26.91%
R=52.91%
G=20.18%
B=26.91%

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
Decimal173668800.620.490.32347.6644.7746.86
HexAD425803E312015c2d2f
Octal25510213007661405345557
Binary10101101100001010110000111110110001100000101011100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4258; }

 p { color: rgb(173,66,88); }

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

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

 a { background-color: rgb(173,66,88); }

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

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

 span { border-color: rgb(173,66,88); }

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