#A85759

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

Shades of Hippie Pink #A85759

Tints of Hippie Pink #A85759

Color information

#A85759 (or 0xA85759) is unknown color: approx Hippie Pink. HEX triplet: A8, 57 and 59. RGB value is (168,87,89). Sum of RGB (Red+Green+Blue) = 168+87+89=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 89 (35.16% from 255 or 25.87% from 344); Max value from RGB is 168 - color contains mainly: red. Hex color #A85759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85759 is #57A8A6. Grayscale: #6F6F6F. Windows color (decimal): -5744807 or 5855144. OLE color: 5855144.

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

Color convert

RGB1688789-
CMYK00.480.470.34
HSL358.52º31.76%50%-
HSV(B)358.52º48.21%65.88%-
XYZ21.3615.8611.39-
YUV111.45115.34168.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.84%
GREEN value IS 87 (34.38% from 255) = 25.29%
BLUE value IS 89 (35.16% from 255) = 25.87%
R=48.84%
G=25.29%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168878900.480.470.34358.5231.7650
HexA857590302F221672032
Octal25012713106057425474062
Binary10101000101011110110010110000101111100010101100111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85759; }

 p { color: rgb(168,87,89); }

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

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

 a { background-color: rgb(168,87,89); }

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

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

 span { border-color: rgb(168,87,89); }

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