#A7575A

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

Shades of Hippie Pink #A7575A

Tints of Hippie Pink #A7575A

Color information

#A7575A (or 0xA7575A) is unknown color: approx Hippie Pink. HEX triplet: A7, 57 and 5A. RGB value is (167,87,90). Sum of RGB (Red+Green+Blue) = 167+87+90=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 167 - color contains mainly: red. Hex color #A7575A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7575A is #58A8A5. Grayscale: #6F6F6F. Windows color (decimal): -5810342 or 5920679. OLE color: 5920679.

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

Color convert

RGB1678790-
CMYK00.480.460.35
HSL357.75º31.5%49.8%-
HSV(B)357.75º47.9%65.49%-
XYZ21.1915.7711.6-
YUV111.26116167.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.55%
GREEN value IS 87 (34.38% from 255) = 25.29%
BLUE value IS 90 (35.55% from 255) = 26.16%
R=48.55%
G=25.29%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167879000.480.460.35357.7531.549.8
HexA7575A0302E231661f32
Octal24712713206056435463762
Binary1010011110101111011010011000010111010001110110011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7575A; }

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

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

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

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

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

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

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

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