#A64E50

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

Shades of Hippie Pink #A64E50

Tints of Hippie Pink #A64E50

Color information

#A64E50 (or 0xA64E50) is unknown color: approx Hippie Pink. HEX triplet: A6, 4E and 50. RGB value is (166,78,80). Sum of RGB (Red+Green+Blue) = 166+78+80=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A64E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A64E50 is #59B1AF. Grayscale: #686868. Windows color (decimal): -5878192 or 5263014. OLE color: 5263014.

HSL color Cylindrical-coordinate representation of color #A64E50: hue angle of 358.64º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A64E50 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB1667880-
CMYK00.530.520.35
HSL358.64º36.07%47.84%-
HSV(B)358.64º53.01%65.1%-
XYZ19.914.139.27-
YUV104.54114.15171.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.23%
GREEN value IS 78 (30.86% from 255) = 24.07%
BLUE value IS 80 (31.64% from 255) = 24.69%
R=51.23%
G=24.07%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166788000.530.520.35358.6436.0747.84
HexA64E5003534231672430
Octal24611612006564435474460
Binary10100110100111010100000110101110100100011101100111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64E50; }

 p { color: rgb(166,78,80); }

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

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

 a { background-color: rgb(166,78,80); }

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

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

 span { border-color: rgb(166,78,80); }

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