#A84E54

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

Shades of Hippie Pink #A84E54

Tints of Hippie Pink #A84E54

Color information

#A84E54 (or 0xA84E54) is unknown color: approx Hippie Pink. HEX triplet: A8, 4E and 54. RGB value is (168,78,84). Sum of RGB (Red+Green+Blue) = 168+78+84=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A84E54 is #57B1AB. Grayscale: #696969. Windows color (decimal): -5747116 or 5525160. OLE color: 5525160.

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

Color convert

RGB1687884-
CMYK00.540.50.34
HSL356º36.59%48.24%-
HSV(B)356º53.57%65.88%-
XYZ20.4714.4110.09-
YUV105.59115.82172.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.91%
GREEN value IS 78 (30.86% from 255) = 23.64%
BLUE value IS 84 (33.20% from 255) = 25.45%
R=50.91%
G=23.64%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.5
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168788400.540.50.3435636.5948.24
HexA84E5403632221642530
Octal25011612406662425444560
Binary10101000100111010101000110110110010100010101100100100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84E54; }

 p { color: rgb(168,78,84); }

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

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

 a { background-color: rgb(168,78,84); }

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

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

 span { border-color: rgb(168,78,84); }

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