#AD545A

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

Shades of Hippie Pink #AD545A

Tints of Hippie Pink #AD545A

Color information

#AD545A (or 0xAD545A) is unknown color: approx Hippie Pink. HEX triplet: AD, 54 and 5A. RGB value is (173,84,90). Sum of RGB (Red+Green+Blue) = 173+84+90=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD545A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD545A is #52ABA5. Grayscale: #6F6F6F. Windows color (decimal): -5417894 or 5919917. OLE color: 5919917.

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

Color convert

RGB1738490-
CMYK00.510.480.32
HSL355.96º35.18%50.39%-
HSV(B)355.96º51.45%67.84%-
XYZ22.2515.9611.58-
YUV111.3115.99172.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.86%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 90 (35.55% from 255) = 25.94%
R=49.86%
G=24.21%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173849000.510.480.32355.9635.1850.39
HexAD545A03330201642332
Octal25512413206360405444362
Binary10101101101010010110100110011110000100000101100100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD545A; }

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

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

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

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

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

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

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

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