#AD545D

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

Shades of Hippie Pink #AD545D

Tints of Hippie Pink #AD545D

Color information

#AD545D (or 0xAD545D) is unknown color: approx Hippie Pink. HEX triplet: AD, 54 and 5D. RGB value is (173,84,93). Sum of RGB (Red+Green+Blue) = 173+84+93=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD545D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD545D is #52ABA2. Grayscale: #6F6F6F. Windows color (decimal): -5417891 or 6116525. OLE color: 6116525.

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

Color convert

RGB1738493-
CMYK00.510.460.32
HSL353.93º35.18%50.39%-
HSV(B)353.93º51.45%67.84%-
XYZ22.3816.0212.27-
YUV111.64117.49171.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.43%
GREEN value IS 84 (33.20% from 255) = 24%
BLUE value IS 93 (36.72% from 255) = 26.57%
R=49.43%
G=24%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173849300.510.460.32353.9335.1850.39
HexAD545D0332E201622332
Octal25512413506356405424362
Binary10101101101010010111010110011101110100000101100010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD545D; }

 p { color: rgb(173,84,93); }

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

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

 a { background-color: rgb(173,84,93); }

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

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

 span { border-color: rgb(173,84,93); }

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