#A84553

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

Shades of Hippie Pink #A84553

Tints of Hippie Pink #A84553

Color information

#A84553 (or 0xA84553) is unknown color: approx Hippie Pink. HEX triplet: A8, 45 and 53. RGB value is (168,69,83). Sum of RGB (Red+Green+Blue) = 168+69+83=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A84553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84553 is #57BAAC. Grayscale: #646464. Windows color (decimal): -5749421 or 5457320. OLE color: 5457320.

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

Color convert

RGB1686983-
CMYK00.590.510.34
HSL351.52º41.77%46.47%-
HSV(B)351.52º58.93%65.88%-
XYZ19.8413.219.69-
YUV100.2118.3176.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.5%
GREEN value IS 69 (27.34% from 255) = 21.56%
BLUE value IS 83 (32.81% from 255) = 25.94%
R=52.5%
G=21.56%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168698300.590.510.34351.5241.7746.47
HexA8455303B33221602a2e
Octal25010512307363425405256
Binary10101000100010110100110111011110011100010101100000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84553; }

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

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

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

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

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

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

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

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