#A84E5E

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

Shades of Hippie Pink #A84E5E

Tints of Hippie Pink #A84E5E

Color information

#A84E5E (or 0xA84E5E) is unknown color: approx Hippie Pink. HEX triplet: A8, 4E and 5E. RGB value is (168,78,94). Sum of RGB (Red+Green+Blue) = 168+78+94=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A84E5E is #57B1A1. Grayscale: #6A6A6A. Windows color (decimal): -5747106 or 6180520. OLE color: 6180520.

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

Color convert

RGB1687894-
CMYK00.540.440.34
HSL349.33º36.59%48.24%-
HSV(B)349.33º53.57%65.88%-
XYZ20.8914.5812.3-
YUV106.73120.82171.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.41%
GREEN value IS 78 (30.86% from 255) = 22.94%
BLUE value IS 94 (37.11% from 255) = 27.65%
R=49.41%
G=22.94%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168789400.540.440.34349.3336.5948.24
HexA84E5E0362C2215d2530
Octal25011613606654425354560
Binary10101000100111010111100110110101100100010101011101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84E5E; }

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

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

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

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

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

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

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

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