#A75A63

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

Shades of Hippie Pink #A75A63

Tints of Hippie Pink #A75A63

Color information

#A75A63 (or 0xA75A63) is unknown color: approx Hippie Pink. HEX triplet: A7, 5A and 63. RGB value is (167,90,99). Sum of RGB (Red+Green+Blue) = 167+90+99=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75A63 is #58A59C. Grayscale: #727272. Windows color (decimal): -5809565 or 6511271. OLE color: 6511271.

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

Color convert

RGB1679099-
CMYK00.460.410.35
HSL352.99º30.43%50.39%-
HSV(B)352.99º46.11%65.49%-
XYZ21.8416.4313.82-
YUV114.05119.51165.77-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.91%
GREEN value IS 90 (35.55% from 255) = 25.28%
BLUE value IS 99 (39.06% from 255) = 27.81%
R=46.91%
G=25.28%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167909900.460.410.35352.9930.4350.39
HexA75A6302E29231611e32
Octal24713214305651435413662
Binary1010011110110101100011010111010100110001110110000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75A63; }

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

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

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

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

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

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

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

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