#AD545B

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

Shades of Hippie Pink #AD545B

Tints of Hippie Pink #AD545B

Color information

#AD545B (or 0xAD545B) is unknown color: approx Hippie Pink. HEX triplet: AD, 54 and 5B. RGB value is (173,84,91). Sum of RGB (Red+Green+Blue) = 173+84+91=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD545B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD545B is #52ABA4. Grayscale: #6F6F6F. Windows color (decimal): -5417893 or 5985453. OLE color: 5985453.

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

Color convert

RGB1738491-
CMYK00.510.470.32
HSL355.28º35.18%50.39%-
HSV(B)355.28º51.45%67.84%-
XYZ22.2915.9811.81-
YUV111.41116.49171.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.71%
GREEN value IS 84 (33.20% from 255) = 24.14%
BLUE value IS 91 (35.94% from 255) = 26.15%
R=49.71%
G=24.14%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173849100.510.470.32355.2835.1850.39
HexAD545B0332F201632332
Octal25512413306357405434362
Binary10101101101010010110110110011101111100000101100011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD545B; }

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

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

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

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

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

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

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

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