#A84458

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

Shades of Hippie Pink #A84458

Tints of Hippie Pink #A84458

Color information

#A84458 (or 0xA84458) is unknown color: approx Hippie Pink. HEX triplet: A8, 44 and 58. RGB value is (168,68,88). Sum of RGB (Red+Green+Blue) = 168+68+88=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A84458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84458 is #57BBA7. Grayscale: #646464. Windows color (decimal): -5749672 or 5784744. OLE color: 5784744.

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

Color convert

RGB1686888-
CMYK00.600.480.34
HSL348º42.37%46.27%-
HSV(B)348º59.52%65.88%-
XYZ19.9813.1610.72-
YUV100.18121.13176.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.85%
GREEN value IS 68 (26.95% from 255) = 20.99%
BLUE value IS 88 (34.77% from 255) = 27.16%
R=51.85%
G=20.99%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168688800.600.480.3434842.3746.27
HexA8445803C302215c2a2e
Octal25010413007460425345256
Binary10101000100010010110000111100110000100010101011100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84458; }

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

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

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

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

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

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

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

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