#A65659

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

Shades of Hippie Pink #A65659

Tints of Hippie Pink #A65659

Color information

#A65659 (or 0xA65659) is unknown color: approx Hippie Pink. HEX triplet: A6, 56 and 59. RGB value is (166,86,89). Sum of RGB (Red+Green+Blue) = 166+86+89=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A65659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65659 is #59A9A6. Grayscale: #6E6E6E. Windows color (decimal): -5876135 or 5854886. OLE color: 5854886.

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

Color convert

RGB1668689-
CMYK00.480.460.35
HSL357.75º31.75%49.41%-
HSV(B)357.75º48.19%65.1%-
XYZ20.8615.4811.34-
YUV110.26116167.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.68%
GREEN value IS 86 (33.98% from 255) = 25.22%
BLUE value IS 89 (35.16% from 255) = 26.10%
R=48.68%
G=25.22%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166868900.480.460.35357.7531.7549.41
HexA656590302E231662031
Octal24612613106056435464061
Binary10100110101011010110010110000101110100011101100110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65659; }

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

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

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

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

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

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

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

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