#A84C5A

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

Shades of Hippie Pink #A84C5A

Tints of Hippie Pink #A84C5A

Color information

#A84C5A (or 0xA84C5A) is unknown color: approx Hippie Pink. HEX triplet: A8, 4C and 5A. RGB value is (168,76,90). Sum of RGB (Red+Green+Blue) = 168+76+90=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A84C5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84C5A is #57B3A5. Grayscale: #696969. Windows color (decimal): -5747622 or 5917864. OLE color: 5917864.

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

Color convert

RGB1687690-
CMYK00.550.460.34
HSL350.87º37.7%47.84%-
HSV(B)350.87º54.76%65.88%-
XYZ20.5814.2311.34-
YUV105.1119.48172.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.30%
GREEN value IS 76 (30.08% from 255) = 22.75%
BLUE value IS 90 (35.55% from 255) = 26.95%
R=50.30%
G=22.75%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168769000.550.460.34350.8737.747.84
HexA84C5A0372E2215f2630
Octal25011413206756425374660
Binary10101000100110010110100110111101110100010101011111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84C5A; }

 p { color: rgb(168,76,90); }

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

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

 a { background-color: rgb(168,76,90); }

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

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

 span { border-color: rgb(168,76,90); }

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