#A65960

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

Shades of Hippie Pink #A65960

Tints of Hippie Pink #A65960

Color information

#A65960 (or 0xA65960) is unknown color: approx Hippie Pink. HEX triplet: A6, 59 and 60. RGB value is (166,89,96). Sum of RGB (Red+Green+Blue) = 166+89+96=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 166 - color contains mainly: red. Hex color #A65960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65960 is #59A69F. Grayscale: #707070. Windows color (decimal): -5875360 or 6314406. OLE color: 6314406.

HSL color Cylindrical-coordinate representation of color #A65960: hue angle of 354.55º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A65960 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB1668996-
CMYK00.460.420.35
HSL354.55º30.2%50%-
HSV(B)354.55º46.39%65.1%-
XYZ21.4116.113.04-
YUV112.82118.51165.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.29%
GREEN value IS 89 (35.16% from 255) = 25.36%
BLUE value IS 96 (37.89% from 255) = 27.35%
R=47.29%
G=25.36%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166899600.460.420.35354.5530.250
HexA6596002E2A231631e32
Octal24613114005652435433662
Binary1010011010110011100000010111010101010001110110001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65960; }

 p { color: rgb(166,89,96); }

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

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

 a { background-color: rgb(166,89,96); }

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

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

 span { border-color: rgb(166,89,96); }

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