#A05354

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

Shades of Hippie Pink #A05354

Tints of Hippie Pink #A05354

Color information

#A05354 (or 0xA05354) is unknown color: approx Hippie Pink. HEX triplet: A0, 53 and 54. RGB value is (160,83,84). Sum of RGB (Red+Green+Blue) = 160+83+84=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A05354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05354 is #5FACAB. Grayscale: #6A6A6A. Windows color (decimal): -6270124 or 5526432. OLE color: 5526432.

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

Color convert

RGB1608384-
CMYK00.480.480.37
HSL359.22º31.69%47.65%-
HSV(B)359.22º48.12%62.75%-
XYZ19.1914.310.14-
YUV106.14115.51166.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.93%
GREEN value IS 83 (32.81% from 255) = 25.38%
BLUE value IS 84 (33.20% from 255) = 25.69%
R=48.93%
G=25.38%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160838400.480.480.37359.2231.6947.65
HexA0535403030251672030
Octal24012312406060455474060
Binary10100000101001110101000110000110000100101101100111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05354; }

 p { color: rgb(160,83,84); }

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

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

 a { background-color: rgb(160,83,84); }

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

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

 span { border-color: rgb(160,83,84); }

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