#a7575c

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

Shades of Hippie Pink #A7575C

Tints of Hippie Pink #A7575C

Color information

#A7575C (or 0xA7575C) is unknown color: approx Hippie Pink. HEX triplet: A7, 57 and 5C. RGB value is (167,87,92). Sum of RGB (Red+Green+Blue) = 167+87+92=346 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.27% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 167 - color contains mainly: red. Hex color #A7575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7575C is #58A8A3. Grayscale: #6F6F6F. Windows color (decimal): -5810340 or 6051751. OLE color: 6051751.

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

Color convert

RGB1678792-
CMYK00.480.450.35
HSL356.25º31.5%49.8%-
HSV(B)356.25º47.9%65.49%-
XYZ21.2815.812.05-
YUV111.49117167.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.27%
GREEN value IS 87 (34.38% from 255) = 25.14%
BLUE value IS 92 (36.33% from 255) = 26.59%
R=48.27%
G=25.14%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167879200.480.450.35356.2531.549.8
HexA7575C0302D231641f32
Octal24712713406055435443762
Binary1010011110101111011100011000010110110001110110010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7575c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7575c; }

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

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

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

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

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

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

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

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