#A75961

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

Shades of Hippie Pink #A75961

Tints of Hippie Pink #A75961

Color information

#A75961 (or 0xA75961) is unknown color: approx Hippie Pink. HEX triplet: A7, 59 and 61. RGB value is (167,89,97). Sum of RGB (Red+Green+Blue) = 167+89+97=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 167 - color contains mainly: red. Hex color #A75961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75961 is #58A69E. Grayscale: #717171. Windows color (decimal): -5809823 or 6379943. OLE color: 6379943.

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

Color convert

RGB1678997-
CMYK00.470.420.35
HSL353.85º30.71%50.2%-
HSV(B)353.85º46.71%65.49%-
XYZ21.6716.2213.3-
YUV113.23118.84166.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.31%
GREEN value IS 89 (35.16% from 255) = 25.21%
BLUE value IS 97 (38.28% from 255) = 27.48%
R=47.31%
G=25.21%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167899700.470.420.35353.8530.7150.2
HexA7596102F2A231621f32
Octal24713114105752435423762
Binary1010011110110011100001010111110101010001110110001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75961; }

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

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

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

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

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

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

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

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