#A84557

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

Shades of Hippie Pink #A84557

Tints of Hippie Pink #A84557

Color information

#A84557 (or 0xA84557) is unknown color: approx Hippie Pink. HEX triplet: A8, 45 and 57. RGB value is (168,69,87). Sum of RGB (Red+Green+Blue) = 168+69+87=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A84557 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84557 is #57BAA8. Grayscale: #646464. Windows color (decimal): -5749417 or 5719464. OLE color: 5719464.

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

Color convert

RGB1686987-
CMYK00.590.480.34
HSL349.09º41.77%46.47%-
HSV(B)349.09º58.93%65.88%-
XYZ2013.2710.52-
YUV100.65120.3176.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.85%
GREEN value IS 69 (27.34% from 255) = 21.30%
BLUE value IS 87 (34.38% from 255) = 26.85%
R=51.85%
G=21.30%
B=26.85%

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
Decimal168698700.590.480.34349.0941.7746.47
HexA8455703B302215d2a2e
Octal25010512707360425355256
Binary10101000100010110101110111011110000100010101011101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84557; }

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

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

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

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

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

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

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

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