#A65455

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

Shades of Hippie Pink #A65455

Tints of Hippie Pink #A65455

Color information

#A65455 (or 0xA65455) is unknown color: approx Hippie Pink. HEX triplet: A6, 54 and 55. RGB value is (166,84,85). Sum of RGB (Red+Green+Blue) = 166+84+85=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A65455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65455 is #59ABAA. Grayscale: #6C6C6C. Windows color (decimal): -5876651 or 5592230. OLE color: 5592230.

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

Color convert

RGB1668485-
CMYK00.490.490.35
HSL359.27º32.8%49.02%-
HSV(B)359.27º49.4%65.1%-
XYZ20.5415.110.43-
YUV108.63114.67168.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.55%
GREEN value IS 84 (33.20% from 255) = 25.07%
BLUE value IS 85 (33.59% from 255) = 25.37%
R=49.55%
G=25.07%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166848500.490.490.35359.2732.849.02
HexA6545503131231672131
Octal24612412506161435474161
Binary10100110101010010101010110001110001100011101100111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65455; }

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

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

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

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

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

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

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

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