#A75B5C

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

Shades of Hippie Pink #A75B5C

Tints of Hippie Pink #A75B5C

Color information

#A75B5C (or 0xA75B5C) is unknown color: approx Hippie Pink. HEX triplet: A7, 5B and 5C. RGB value is (167,91,92). Sum of RGB (Red+Green+Blue) = 167+91+92=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75B5C is #58A4A3. Grayscale: #717171. Windows color (decimal): -5809316 or 6052775. OLE color: 6052775.

HSL color Cylindrical-coordinate representation of color #A75B5C: hue angle of 359.21º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A75B5C is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB1679192-
CMYK00.460.450.35
HSL359.21º30.16%50.59%-
HSV(B)359.21º45.51%65.49%-
XYZ21.6116.4712.17-
YUV113.84115.68165.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.71%
GREEN value IS 91 (35.94% from 255) = 26%
BLUE value IS 92 (36.33% from 255) = 26.29%
R=47.71%
G=26%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167919200.460.450.35359.2130.1650.59
HexA75B5C02E2D231671e33
Octal24713313405655435473663
Binary1010011110110111011100010111010110110001110110011111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75B5C; }

 p { color: rgb(167,91,92); }

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

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

 a { background-color: rgb(167,91,92); }

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

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

 span { border-color: rgb(167,91,92); }

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