#A75660

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

Shades of Hippie Pink #A75660

Tints of Hippie Pink #A75660

Color information

#A75660 (or 0xA75660) is unknown color: approx Hippie Pink. HEX triplet: A7, 56 and 60. RGB value is (167,86,96). Sum of RGB (Red+Green+Blue) = 167+86+96=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 167 - color contains mainly: red. Hex color #A75660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75660 is #58A99F. Grayscale: #6F6F6F. Windows color (decimal): -5810592 or 6313639. OLE color: 6313639.

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

Color convert

RGB1678696-
CMYK00.490.430.35
HSL352.59º32.02%49.61%-
HSV(B)352.59º48.5%65.49%-
XYZ21.3815.7212.97-
YUV111.36119.34167.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.85%
GREEN value IS 86 (33.98% from 255) = 24.64%
BLUE value IS 96 (37.89% from 255) = 27.51%
R=47.85%
G=24.64%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167869600.490.430.35352.5932.0249.61
HexA756600312B231612032
Octal24712614006153435414062
Binary10100111101011011000000110001101011100011101100001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75660; }

 p { color: rgb(167,86,96); }

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

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

 a { background-color: rgb(167,86,96); }

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

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

 span { border-color: rgb(167,86,96); }

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