#A55466

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

Shades of Hippie Pink #A55466

Tints of Hippie Pink #A55466

Color information

#A55466 (or 0xA55466) is unknown color: approx Hippie Pink. HEX triplet: A5, 54 and 66. RGB value is (165,84,102). Sum of RGB (Red+Green+Blue) = 165+84+102=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 165 - color contains mainly: red. Hex color #A55466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55466 is #5AAB99. Grayscale: #6E6E6E. Windows color (decimal): -5942170 or 6706341. OLE color: 6706341.

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

Color convert

RGB16584102-
CMYK00.490.380.35
HSL346.67º32.53%48.82%-
HSV(B)346.67º49.09%64.71%-
XYZ21.0915.314.41-
YUV110.27123.34167.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.01%
GREEN value IS 84 (33.20% from 255) = 23.93%
BLUE value IS 102 (40.23% from 255) = 29.06%
R=47.01%
G=23.93%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658410200.490.380.35346.6732.5348.82
HexA55466031262315b2131
Octal24512414606146435334161
Binary10100101101010011001100110001100110100011101011011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55466; }

 p { color: rgb(165,84,102); }

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

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

 a { background-color: rgb(165,84,102); }

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

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

 span { border-color: rgb(165,84,102); }

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