#A65563

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

Shades of Hippie Pink #A65563

Tints of Hippie Pink #A65563

Color information

#A65563 (or 0xA65563) is unknown color: approx Hippie Pink. HEX triplet: A6, 55 and 63. RGB value is (166,85,99). Sum of RGB (Red+Green+Blue) = 166+85+99=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A65563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65563 is #59AA9C. Grayscale: #6E6E6E. Windows color (decimal): -5876381 or 6509990. OLE color: 6509990.

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

Color convert

RGB1668599-
CMYK00.490.400.35
HSL349.63º32.27%49.22%-
HSV(B)349.63º48.8%65.1%-
XYZ21.2315.513.68-
YUV110.82121.34167.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.43%
GREEN value IS 85 (33.59% from 255) = 24.29%
BLUE value IS 99 (39.06% from 255) = 28.29%
R=47.43%
G=24.29%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166859900.490.400.35349.6332.2749.22
HexA65563031282315e2031
Octal24612514306150435364061
Binary10100110101010111000110110001101000100011101011110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65563; }

 p { color: rgb(166,85,99); }

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

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

 a { background-color: rgb(166,85,99); }

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

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

 span { border-color: rgb(166,85,99); }

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