#A65860

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

Shades of Hippie Pink #A65860

Tints of Hippie Pink #A65860

Color information

#A65860 (or 0xA65860) is unknown color: approx Hippie Pink. HEX triplet: A6, 58 and 60. RGB value is (166,88,96). Sum of RGB (Red+Green+Blue) = 166+88+96=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A65860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65860 is #59A79F. Grayscale: #707070. Windows color (decimal): -5875616 or 6314150. OLE color: 6314150.

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

Color convert

RGB1668896-
CMYK00.470.420.35
HSL353.85º30.71%49.8%-
HSV(B)353.85º46.99%65.1%-
XYZ21.3315.9313.02-
YUV112.23118.84166.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.43%
GREEN value IS 88 (34.77% from 255) = 25.14%
BLUE value IS 96 (37.89% from 255) = 27.43%
R=47.43%
G=25.14%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166889600.470.420.35353.8530.7149.8
HexA6586002F2A231621f32
Octal24613014005752435423762
Binary1010011010110001100000010111110101010001110110001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65860; }

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

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

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

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

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

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

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

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