#A65561

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

Shades of Hippie Pink #A65561

Tints of Hippie Pink #A65561

Color information

#A65561 (or 0xA65561) is unknown color: approx Hippie Pink. HEX triplet: A6, 55 and 61. RGB value is (166,85,97). Sum of RGB (Red+Green+Blue) = 166+85+97=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A65561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65561 is #59AA9E. Grayscale: #6E6E6E. Windows color (decimal): -5876383 or 6378918. OLE color: 6378918.

HSL color Cylindrical-coordinate representation of color #A65561: hue angle of 351.11º 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 #A65561 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB1668597-
CMYK00.490.420.35
HSL351.11º32.27%49.22%-
HSV(B)351.11º48.8%65.1%-
XYZ21.1315.4713.18-
YUV110.59120.34167.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.70%
GREEN value IS 85 (33.59% from 255) = 24.43%
BLUE value IS 97 (38.28% from 255) = 27.87%
R=47.70%
G=24.43%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166859700.490.420.35351.1132.2749.22
HexA655610312A2315f2031
Octal24612514106152435374061
Binary10100110101010111000010110001101010100011101011111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65561; }

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

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

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

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

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

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

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

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