#A75464

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

Shades of Hippie Pink #A75464

Tints of Hippie Pink #A75464

Color information

#A75464 (or 0xA75464) is unknown color: approx Hippie Pink. HEX triplet: A7, 54 and 64. RGB value is (167,84,100). Sum of RGB (Red+Green+Blue) = 167+84+100=351 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.58% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 167 - color contains mainly: red. Hex color #A75464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75464 is #58AB9B. Grayscale: #6E6E6E. Windows color (decimal): -5811100 or 6575271. OLE color: 6575271.

HSL color Cylindrical-coordinate representation of color #A75464: hue angle of 348.43º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A75464 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB16784100-
CMYK00.500.400.35
HSL348.43º33.07%49.22%-
HSV(B)348.43º49.7%65.49%-
XYZ21.4115.4813.92-
YUV110.64122168.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.58%
GREEN value IS 84 (33.20% from 255) = 23.93%
BLUE value IS 100 (39.45% from 255) = 28.49%
R=47.58%
G=23.93%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678410000.500.400.35348.4333.0749.22
HexA75464032282315c2131
Octal24712414406250435344161
Binary10100111101010011001000110010101000100011101011100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75464; }

 p { color: rgb(167,84,100); }

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

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

 a { background-color: rgb(167,84,100); }

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

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

 span { border-color: rgb(167,84,100); }

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