#A75557

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

Shades of Hippie Pink #A75557

Tints of Hippie Pink #A75557

Color information

#A75557 (or 0xA75557) is unknown color: approx Hippie Pink. HEX triplet: A7, 55 and 57. RGB value is (167,85,87). Sum of RGB (Red+Green+Blue) = 167+85+87=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 167 - color contains mainly: red. Hex color #A75557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75557 is #58AAA8. Grayscale: #6D6D6D. Windows color (decimal): -5810857 or 5723559. OLE color: 5723559.

HSL color Cylindrical-coordinate representation of color #A75557: hue angle of 358.54º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A75557 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB1678587-
CMYK00.490.480.35
HSL358.54º32.54%49.41%-
HSV(B)358.54º49.1%65.49%-
XYZ20.9115.410.89-
YUV109.75115.17168.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.26%
GREEN value IS 85 (33.59% from 255) = 25.07%
BLUE value IS 87 (34.38% from 255) = 25.66%
R=49.26%
G=25.07%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167858700.490.480.35358.5432.5449.41
HexA7555703130231672131
Octal24712512706160435474161
Binary10100111101010110101110110001110000100011101100111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75557; }

 p { color: rgb(167,85,87); }

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

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

 a { background-color: rgb(167,85,87); }

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

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

 span { border-color: rgb(167,85,87); }

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