#A65159

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

Shades of Hippie Pink #A65159

Tints of Hippie Pink #A65159

Color information

#A65159 (or 0xA65159) is unknown color: approx Hippie Pink. HEX triplet: A6, 51 and 59. RGB value is (166,81,89). Sum of RGB (Red+Green+Blue) = 166+81+89=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A65159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65159 is #59AEA6. Grayscale: #6B6B6B. Windows color (decimal): -5877415 or 5853606. OLE color: 5853606.

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

Color convert

RGB1668189-
CMYK00.510.460.35
HSL354.35º34.41%48.43%-
HSV(B)354.35º51.2%65.1%-
XYZ20.4714.7111.21-
YUV107.33117.66169.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.40%
GREEN value IS 81 (32.03% from 255) = 24.11%
BLUE value IS 89 (35.16% from 255) = 26.49%
R=49.40%
G=24.11%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166818900.510.460.35354.3534.4148.43
HexA651590332E231622230
Octal24612113106356435424260
Binary10100110101000110110010110011101110100011101100010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65159; }

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

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

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

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

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

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

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

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