#A7575D

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

Shades of Hippie Pink #A7575D

Tints of Hippie Pink #A7575D

Color information

#A7575D (or 0xA7575D) is unknown color: approx Hippie Pink. HEX triplet: A7, 57 and 5D. RGB value is (167,87,93). Sum of RGB (Red+Green+Blue) = 167+87+93=347 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.13% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 167 - color contains mainly: red. Hex color #A7575D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7575D is #58A8A2. Grayscale: #6F6F6F. Windows color (decimal): -5810339 or 6117287. OLE color: 6117287.

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

Color convert

RGB1678793-
CMYK00.480.440.35
HSL355.5º31.5%49.8%-
HSV(B)355.5º47.9%65.49%-
XYZ21.3215.8212.29-
YUV111.6117.5167.51-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.13%
GREEN value IS 87 (34.38% from 255) = 25.07%
BLUE value IS 93 (36.72% from 255) = 26.80%
R=48.13%
G=25.07%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167879300.480.440.35355.531.549.8
HexA7575D0302C231641f32
Octal24712713506054435443762
Binary1010011110101111011101011000010110010001110110010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7575D; }

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

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

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

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

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

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

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

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