#A75963

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

Shades of Hippie Pink #A75963

Tints of Hippie Pink #A75963

Color information

#A75963 (or 0xA75963) is unknown color: approx Hippie Pink. HEX triplet: A7, 59 and 63. RGB value is (167,89,99). Sum of RGB (Red+Green+Blue) = 167+89+99=355 (47% of max value = 765). Red value is 167 (65.62% from 255 or 47.04% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 167 - color contains mainly: red. Hex color #A75963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75963 is #58A69C. Grayscale: #717171. Windows color (decimal): -5809821 or 6511015. OLE color: 6511015.

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

Color convert

RGB1678999-
CMYK00.470.410.35
HSL352.31º30.71%50.2%-
HSV(B)352.31º46.71%65.49%-
XYZ21.7616.2613.8-
YUV113.46119.84166.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.04%
GREEN value IS 89 (35.16% from 255) = 25.07%
BLUE value IS 99 (39.06% from 255) = 27.89%
R=47.04%
G=25.07%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167899900.470.410.35352.3130.7150.2
HexA7596302F29231601f32
Octal24713114305751435403762
Binary1010011110110011100011010111110100110001110110000011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75963; }

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

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

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

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

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

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

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

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