#A35560

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

Shades of Hippie Pink #A35560

Tints of Hippie Pink #A35560

Color information

#A35560 (or 0xA35560) is unknown color: approx Hippie Pink. HEX triplet: A3, 55 and 60. RGB value is (163,85,96). Sum of RGB (Red+Green+Blue) = 163+85+96=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A35560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35560 is #5CAA9F. Grayscale: #6D6D6D. Windows color (decimal): -6072992 or 6313379. OLE color: 6313379.

HSL color Cylindrical-coordinate representation of color #A35560: hue angle of 351.54º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A35560 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB1638596-
CMYK00.480.410.36
HSL351.54º31.45%48.63%-
HSV(B)351.54º47.85%63.92%-
XYZ20.4615.1312.91-
YUV109.58120.34166.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.38%
GREEN value IS 85 (33.59% from 255) = 24.71%
BLUE value IS 96 (37.89% from 255) = 27.91%
R=47.38%
G=24.71%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163859600.480.410.36351.5431.4548.63
HexA3556003029241601f31
Octal24312514006051445403761
Binary1010001110101011100000011000010100110010010110000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35560; }

 p { color: rgb(163,85,96); }

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

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

 a { background-color: rgb(163,85,96); }

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

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

 span { border-color: rgb(163,85,96); }

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