#A75659

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

Shades of Hippie Pink #A75659

Tints of Hippie Pink #A75659

Color information

#A75659 (or 0xA75659) is unknown color: approx Hippie Pink. HEX triplet: A7, 56 and 59. RGB value is (167,86,89). Sum of RGB (Red+Green+Blue) = 167+86+89=342 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.83% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 167 - color contains mainly: red. Hex color #A75659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75659 is #58A9A6. Grayscale: #6E6E6E. Windows color (decimal): -5810599 or 5854887. OLE color: 5854887.

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

Color convert

RGB1678689-
CMYK00.490.470.35
HSL357.78º32.02%49.61%-
HSV(B)357.78º48.5%65.49%-
XYZ21.0715.5911.35-
YUV110.56115.84168.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.83%
GREEN value IS 86 (33.98% from 255) = 25.15%
BLUE value IS 89 (35.16% from 255) = 26.02%
R=48.83%
G=25.15%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167868900.490.470.35357.7832.0249.61
HexA756590312F231662032
Octal24712613106157435464062
Binary10100111101011010110010110001101111100011101100110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75659; }

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

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

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

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

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

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

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

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