#AD4955

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

Shades of Hippie Pink #AD4955

Tints of Hippie Pink #AD4955

Color information

#AD4955 (or 0xAD4955) is unknown color: approx Hippie Pink. HEX triplet: AD, 49 and 55. RGB value is (173,73,85). Sum of RGB (Red+Green+Blue) = 173+73+85=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4955 is #52B6AA. Grayscale: #686868. Windows color (decimal): -5420715 or 5589421. OLE color: 5589421.

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

Color convert

RGB1737385-
CMYK00.580.510.32
HSL352.8º40.65%48.24%-
HSV(B)352.8º57.8%67.84%-
XYZ21.2614.3110.24-
YUV104.27117.13177.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.27%
GREEN value IS 73 (28.91% from 255) = 22.05%
BLUE value IS 85 (33.59% from 255) = 25.68%
R=52.27%
G=22.05%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173738500.580.510.32352.840.6548.24
HexAD495503A33201612930
Octal25511112507263405415160
Binary10101101100100110101010111010110011100000101100001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4955; }

 p { color: rgb(173,73,85); }

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

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

 a { background-color: rgb(173,73,85); }

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

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

 span { border-color: rgb(173,73,85); }

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