#A64554

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

Shades of Hippie Pink #A64554

Tints of Hippie Pink #A64554

Color information

#A64554 (or 0xA64554) is unknown color: approx Hippie Pink. HEX triplet: A6, 45 and 54. RGB value is (166,69,84). Sum of RGB (Red+Green+Blue) = 166+69+84=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A64554 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64554 is #59BAAB. Grayscale: #636363. Windows color (decimal): -5880492 or 5522854. OLE color: 5522854.

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

Color convert

RGB1666984-
CMYK00.580.490.35
HSL350.72º41.28%46.08%-
HSV(B)350.72º58.43%65.1%-
XYZ19.45139.87-
YUV99.71119.14175.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.04%
GREEN value IS 69 (27.34% from 255) = 21.63%
BLUE value IS 84 (33.20% from 255) = 26.33%
R=52.04%
G=21.63%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166698400.580.490.35350.7241.2846.08
HexA6455403A312315f292e
Octal24610512407261435375156
Binary10100110100010110101000111010110001100011101011111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64554; }

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

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

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

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

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

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

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

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