#A84559

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

Shades of Hippie Pink #A84559

Tints of Hippie Pink #A84559

Color information

#A84559 (or 0xA84559) is unknown color: approx Hippie Pink. HEX triplet: A8, 45 and 59. RGB value is (168,69,89). Sum of RGB (Red+Green+Blue) = 168+69+89=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A84559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84559 is #57BAA6. Grayscale: #646464. Windows color (decimal): -5749415 or 5850536. OLE color: 5850536.

HSL color Cylindrical-coordinate representation of color #A84559: hue angle of 347.88º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A84559 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB1686989-
CMYK00.590.470.34
HSL347.88º41.77%46.47%-
HSV(B)347.88º58.93%65.88%-
XYZ20.0813.310.96-
YUV100.88121.3175.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.53%
GREEN value IS 69 (27.34% from 255) = 21.17%
BLUE value IS 89 (35.16% from 255) = 27.30%
R=51.53%
G=21.17%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168698900.590.470.34347.8841.7746.47
HexA8455903B2F2215c2a2e
Octal25010513107357425345256
Binary10101000100010110110010111011101111100010101011100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84559; }

 p { color: rgb(168,69,89); }

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

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

 a { background-color: rgb(168,69,89); }

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

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

 span { border-color: rgb(168,69,89); }

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