#A84558

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

Shades of Hippie Pink #A84558

Tints of Hippie Pink #A84558

Color information

#A84558 (or 0xA84558) is unknown color: approx Hippie Pink. HEX triplet: A8, 45 and 58. RGB value is (168,69,88). Sum of RGB (Red+Green+Blue) = 168+69+88=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A84558 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84558 is #57BAA7. Grayscale: #646464. Windows color (decimal): -5749416 or 5785000. OLE color: 5785000.

HSL color Cylindrical-coordinate representation of color #A84558: hue angle of 348.48º 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 #A84558 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB1686988-
CMYK00.590.480.34
HSL348.48º41.77%46.47%-
HSV(B)348.48º58.93%65.88%-
XYZ20.0413.2910.74-
YUV100.77120.8175.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.69%
GREEN value IS 69 (27.34% from 255) = 21.23%
BLUE value IS 88 (34.77% from 255) = 27.08%
R=51.69%
G=21.23%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168698800.590.480.34348.4841.7746.47
HexA8455803B302215c2a2e
Octal25010513007360425345256
Binary10101000100010110110000111011110000100010101011100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84558; }

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

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

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

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

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

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

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

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