#A64751

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

Shades of Hippie Pink #A64751

Tints of Hippie Pink #A64751

Color information

#A64751 (or 0xA64751) is unknown color: approx Hippie Pink. HEX triplet: A6, 47 and 51. RGB value is (166,71,81). Sum of RGB (Red+Green+Blue) = 166+71+81=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A64751 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64751 is #59B8AE. Grayscale: #646464. Windows color (decimal): -5879983 or 5326758. OLE color: 5326758.

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

Color convert

RGB1667181-
CMYK00.570.510.35
HSL353.68º40.08%46.47%-
HSV(B)353.68º57.23%65.1%-
XYZ19.4613.219.31-
YUV100.54116.97174.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.20%
GREEN value IS 71 (28.12% from 255) = 22.33%
BLUE value IS 81 (32.03% from 255) = 25.47%
R=52.20%
G=22.33%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166718100.570.510.35353.6840.0846.47
HexA647510393323162282e
Octal24610712107163435425056
Binary10100110100011110100010111001110011100011101100010101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64751; }

 p { color: rgb(166,71,81); }

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

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

 a { background-color: rgb(166,71,81); }

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

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

 span { border-color: rgb(166,71,81); }

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