#A65260

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

Shades of Hippie Pink #A65260

Tints of Hippie Pink #A65260

Color information

#A65260 (or 0xA65260) is unknown color: approx Hippie Pink. HEX triplet: A6, 52 and 60. RGB value is (166,82,96). Sum of RGB (Red+Green+Blue) = 166+82+96=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A65260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65260 is #59AD9F. Grayscale: #6C6C6C. Windows color (decimal): -5877152 or 6312614. OLE color: 6312614.

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

Color convert

RGB1668296-
CMYK00.510.420.35
HSL350º33.87%48.63%-
HSV(B)350º50.6%65.1%-
XYZ20.8514.9912.86-
YUV108.71120.83168.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.26%
GREEN value IS 82 (32.42% from 255) = 23.84%
BLUE value IS 96 (37.89% from 255) = 27.91%
R=48.26%
G=23.84%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166829600.510.420.3535033.8748.63
HexA652600332A2315e2231
Octal24612214006352435364261
Binary10100110101001011000000110011101010100011101011110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65260; }

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

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

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

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

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

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

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

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