#A84755

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

Shades of Hippie Pink #A84755

Tints of Hippie Pink #A84755

Color information

#A84755 (or 0xA84755) is unknown color: approx Hippie Pink. HEX triplet: A8, 47 and 55. RGB value is (168,71,85). Sum of RGB (Red+Green+Blue) = 168+71+85=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A84755 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84755 is #57B8AA. Grayscale: #656565. Windows color (decimal): -5748907 or 5588904. OLE color: 5588904.

HSL color Cylindrical-coordinate representation of color #A84755: hue angle of 351.34º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A84755 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB1687185-
CMYK00.580.490.34
HSL351.34º40.59%46.86%-
HSV(B)351.34º57.74%65.88%-
XYZ20.0413.4910.14-
YUV101.6118.64175.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.85%
GREEN value IS 71 (28.12% from 255) = 21.91%
BLUE value IS 85 (33.59% from 255) = 26.23%
R=51.85%
G=21.91%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168718500.580.490.34351.3440.5946.86
HexA8475503A312215f292f
Octal25010712507261425375157
Binary10101000100011110101010111010110001100010101011111101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84755; }

 p { color: rgb(168,71,85); }

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

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

 a { background-color: rgb(168,71,85); }

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

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

 span { border-color: rgb(168,71,85); }

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