#A3555C

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

Shades of Hippie Pink #A3555C

Tints of Hippie Pink #A3555C

Color information

#A3555C (or 0xA3555C) is unknown color: approx Hippie Pink. HEX triplet: A3, 55 and 5C. RGB value is (163,85,92). Sum of RGB (Red+Green+Blue) = 163+85+92=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A3555C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3555C is #5CAAA3. Grayscale: #6D6D6D. Windows color (decimal): -6072996 or 6051235. OLE color: 6051235.

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

Color convert

RGB1638592-
CMYK00.480.440.36
HSL354.62º31.45%48.63%-
HSV(B)354.62º47.85%63.92%-
XYZ20.2815.0611.96-
YUV109.12118.34166.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.94%
GREEN value IS 85 (33.59% from 255) = 25%
BLUE value IS 92 (36.33% from 255) = 27.06%
R=47.94%
G=25%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163859200.480.440.36354.6231.4548.63
HexA3555C0302C241631f31
Octal24312513406054445433761
Binary1010001110101011011100011000010110010010010110001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3555C; }

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

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

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

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

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

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

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

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