#AD555E

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

Shades of Hippie Pink #AD555E

Tints of Hippie Pink #AD555E

Color information

#AD555E (or 0xAD555E) is unknown color: approx Hippie Pink. HEX triplet: AD, 55 and 5E. RGB value is (173,85,94). Sum of RGB (Red+Green+Blue) = 173+85+94=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD555E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD555E is #52AAA1. Grayscale: #707070. Windows color (decimal): -5417634 or 6182317. OLE color: 6182317.

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

Color convert

RGB1738594-
CMYK00.510.460.32
HSL353.86º34.92%50.59%-
HSV(B)353.86º50.87%67.84%-
XYZ22.516.1912.53-
YUV112.34117.65171.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.15%
GREEN value IS 85 (33.59% from 255) = 24.15%
BLUE value IS 94 (37.11% from 255) = 26.70%
R=49.15%
G=24.15%
B=26.70%

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
Decimal173859400.510.460.32353.8634.9250.59
HexAD555E0332E201622333
Octal25512513606356405424363
Binary10101101101010110111100110011101110100000101100010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD555E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD555E; }

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

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

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

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

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

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

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

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