#A05B5D

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

Shades of Hippie Pink #A05B5D

Tints of Hippie Pink #A05B5D

Color information

#A05B5D (or 0xA05B5D) is unknown color: approx Hippie Pink. HEX triplet: A0, 5B and 5D. RGB value is (160,91,93). Sum of RGB (Red+Green+Blue) = 160+91+93=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A05B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05B5D is #5FA4A2. Grayscale: #6F6F6F. Windows color (decimal): -6268067 or 6118304. OLE color: 6118304.

HSL color Cylindrical-coordinate representation of color #A05B5D: hue angle of 358.26º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A05B5D is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB1609193-
CMYK00.430.420.37
HSL358.26º27.49%49.22%-
HSV(B)358.26º43.13%62.75%-
XYZ20.2115.7512.33-
YUV111.86117.36162.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.51%
GREEN value IS 91 (35.94% from 255) = 26.45%
BLUE value IS 93 (36.72% from 255) = 27.03%
R=46.51%
G=26.45%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160919300.430.420.37358.2627.4949.22
HexA05B5D02B2A251661b31
Octal24013313505352455463361
Binary1010000010110111011101010101110101010010110110011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05B5D; }

 p { color: rgb(160,91,93); }

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

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

 a { background-color: rgb(160,91,93); }

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

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

 span { border-color: rgb(160,91,93); }

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