#AD545E

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

Shades of Hippie Pink #AD545E

Tints of Hippie Pink #AD545E

Color information

#AD545E (or 0xAD545E) is unknown color: approx Hippie Pink. HEX triplet: AD, 54 and 5E. RGB value is (173,84,94). Sum of RGB (Red+Green+Blue) = 173+84+94=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD545E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD545E is #52ABA1. Grayscale: #6F6F6F. Windows color (decimal): -5417890 or 6182061. OLE color: 6182061.

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

Color convert

RGB1738494-
CMYK00.510.460.32
HSL353.26º35.18%50.39%-
HSV(B)353.26º51.45%67.84%-
XYZ22.4216.0312.5-
YUV111.75117.99171.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.29%
GREEN value IS 84 (33.20% from 255) = 23.93%
BLUE value IS 94 (37.11% from 255) = 26.78%
R=49.29%
G=23.93%
B=26.78%

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
Decimal173849400.510.460.32353.2635.1850.39
HexAD545E0332E201612332
Octal25512413606356405414362
Binary10101101101010010111100110011101110100000101100001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD545E; }

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

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

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

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

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

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

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

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