#A75662

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

Shades of Hippie Pink #A75662

Tints of Hippie Pink #A75662

Color information

#A75662 (or 0xA75662) is unknown color: approx Hippie Pink. HEX triplet: A7, 56 and 62. RGB value is (167,86,98). Sum of RGB (Red+Green+Blue) = 167+86+98=351 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.58% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 167 - color contains mainly: red. Hex color #A75662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75662 is #58A99D. Grayscale: #6F6F6F. Windows color (decimal): -5810590 or 6444711. OLE color: 6444711.

HSL color Cylindrical-coordinate representation of color #A75662: hue angle of 351.11º 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 #A75662 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB1678698-
CMYK00.490.410.35
HSL351.11º32.02%49.61%-
HSV(B)351.11º48.5%65.49%-
XYZ21.4715.7513.46-
YUV111.59120.34167.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.58%
GREEN value IS 86 (33.98% from 255) = 24.50%
BLUE value IS 98 (38.67% from 255) = 27.92%
R=47.58%
G=24.50%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167869800.490.410.35351.1132.0249.61
HexA75662031292315f2032
Octal24712614206151435374062
Binary10100111101011011000100110001101001100011101011111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75662; }

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

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

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

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

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

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

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

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