#A85660

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

Shades of Hippie Pink #A85660

Tints of Hippie Pink #A85660

Color information

#A85660 (or 0xA85660) is unknown color: approx Hippie Pink. HEX triplet: A8, 56 and 60. RGB value is (168,86,96). Sum of RGB (Red+Green+Blue) = 168+86+96=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A85660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85660 is #57A99F. Grayscale: #6F6F6F. Windows color (decimal): -5745056 or 6313640. OLE color: 6313640.

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

Color convert

RGB1688696-
CMYK00.490.430.34
HSL352.68º32.28%49.8%-
HSV(B)352.68º48.81%65.88%-
XYZ21.5915.8212.98-
YUV111.66119.17168.19-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48%
GREEN value IS 86 (33.98% from 255) = 24.57%
BLUE value IS 96 (37.89% from 255) = 27.43%
R=48%
G=24.57%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168869600.490.430.34352.6832.2849.8
HexA856600312B221612032
Octal25012614006153425414062
Binary10101000101011011000000110001101011100010101100001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85660; }

 p { color: rgb(168,86,96); }

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

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

 a { background-color: rgb(168,86,96); }

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

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

 span { border-color: rgb(168,86,96); }

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