#A65355

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

Shades of Hippie Pink #A65355

Tints of Hippie Pink #A65355

Color information

#A65355 (or 0xA65355) is unknown color: approx Hippie Pink. HEX triplet: A6, 53 and 55. RGB value is (166,83,85). Sum of RGB (Red+Green+Blue) = 166+83+85=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A65355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65355 is #59ACAA. Grayscale: #6C6C6C. Windows color (decimal): -5876907 or 5591974. OLE color: 5591974.

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

Color convert

RGB1668385-
CMYK00.500.490.35
HSL358.55º33.33%48.82%-
HSV(B)358.55º50%65.1%-
XYZ20.4614.9510.4-
YUV108.04115169.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.70%
GREEN value IS 83 (32.81% from 255) = 24.85%
BLUE value IS 85 (33.59% from 255) = 25.45%
R=49.70%
G=24.85%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166838500.500.490.35358.5533.3348.82
HexA6535503231231672131
Octal24612312506261435474161
Binary10100110101001110101010110010110001100011101100111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65355; }

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

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

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

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

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

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

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

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