#A75761

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

Shades of Hippie Pink #A75761

Tints of Hippie Pink #A75761

Color information

#A75761 (or 0xA75761) is unknown color: approx Hippie Pink. HEX triplet: A7, 57 and 61. RGB value is (167,87,97). Sum of RGB (Red+Green+Blue) = 167+87+97=351 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.58% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 167 - color contains mainly: red. Hex color #A75761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75761 is #58A89E. Grayscale: #707070. Windows color (decimal): -5810335 or 6379431. OLE color: 6379431.

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

Color convert

RGB1678797-
CMYK00.480.420.35
HSL352.5º31.5%49.8%-
HSV(B)352.5º47.9%65.49%-
XYZ21.515.8913.24-
YUV112.06119.5167.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.58%
GREEN value IS 87 (34.38% from 255) = 24.79%
BLUE value IS 97 (38.28% from 255) = 27.64%
R=47.58%
G=24.79%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167879700.480.420.35352.531.549.8
HexA757610302A231601f32
Octal24712714106052435403762
Binary1010011110101111100001011000010101010001110110000011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75761; }

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

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

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

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

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

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

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

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