#AD5355

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

Shades of Hippie Pink #AD5355

Tints of Hippie Pink #AD5355

Color information

#AD5355 (or 0xAD5355) is unknown color: approx Hippie Pink. HEX triplet: AD, 53 and 55. RGB value is (173,83,85). Sum of RGB (Red+Green+Blue) = 173+83+85=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5355 is #52ACAA. Grayscale: #6E6E6E. Windows color (decimal): -5418155 or 5591981. OLE color: 5591981.

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

Color convert

RGB1738385-
CMYK00.520.510.32
HSL358.67º35.43%50.2%-
HSV(B)358.67º52.02%67.84%-
XYZ21.9715.7310.47-
YUV110.14113.82172.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.73%
GREEN value IS 83 (32.81% from 255) = 24.34%
BLUE value IS 85 (33.59% from 255) = 24.93%
R=50.73%
G=24.34%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173838500.520.510.32358.6735.4350.2
HexAD535503433201672332
Octal25512312506463405474362
Binary10101101101001110101010110100110011100000101100111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5355; }

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

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

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

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

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

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

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

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