#A75562

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

Shades of Hippie Pink #A75562

Tints of Hippie Pink #A75562

Color information

#A75562 (or 0xA75562) is unknown color: approx Hippie Pink. HEX triplet: A7, 55 and 62. RGB value is (167,85,98). Sum of RGB (Red+Green+Blue) = 167+85+98=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 167 - color contains mainly: red. Hex color #A75562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75562 is #58AA9D. Grayscale: #6F6F6F. Windows color (decimal): -5810846 or 6444455. OLE color: 6444455.

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

Color convert

RGB1678598-
CMYK00.490.410.35
HSL350.49º32.54%49.41%-
HSV(B)350.49º49.1%65.49%-
XYZ21.3915.5913.44-
YUV111120.67167.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.71%
GREEN value IS 85 (33.59% from 255) = 24.29%
BLUE value IS 98 (38.67% from 255) = 28%
R=47.71%
G=24.29%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167859800.490.410.35350.4932.5449.41
HexA75562031292315e2131
Octal24712514206151435364161
Binary10100111101010111000100110001101001100011101011110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75562; }

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

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

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

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

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

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

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

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