#ad4c62

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

Shades of Hippie Pink #AD4C62

Tints of Hippie Pink #AD4C62

Color information

#AD4C62 (or 0xAD4C62) is unknown color: approx Hippie Pink. HEX triplet: AD, 4C and 62. RGB value is (173,76,98). Sum of RGB (Red+Green+Blue) = 173+76+98=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4C62 is #52B39D. Grayscale: #6B6B6B. Windows color (decimal): -5419934 or 6442157. OLE color: 6442157.

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

Color convert

RGB1737698-
CMYK00.560.430.32
HSL346.39º38.96%48.82%-
HSV(B)346.39º56.07%67.84%-
XYZ22.0214.9313.28-
YUV107.51122.64174.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.86%
GREEN value IS 76 (30.08% from 255) = 21.90%
BLUE value IS 98 (38.67% from 255) = 28.24%
R=49.86%
G=21.90%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173769800.560.430.32346.3938.9648.82
HexAD4C620382B2015a2731
Octal25511414207053405324761
Binary10101101100110011000100111000101011100000101011010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad4c62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad4c62; }

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

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

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

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

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

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

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

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