#A84C5B

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

Shades of Hippie Pink #A84C5B

Tints of Hippie Pink #A84C5B

Color information

#A84C5B (or 0xA84C5B) is unknown color: approx Hippie Pink. HEX triplet: A8, 4C and 5B. RGB value is (168,76,91). Sum of RGB (Red+Green+Blue) = 168+76+91=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A84C5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84C5B is #57B3A4. Grayscale: #696969. Windows color (decimal): -5747621 or 5983400. OLE color: 5983400.

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

Color convert

RGB1687691-
CMYK00.550.460.34
HSL350.22º37.7%47.84%-
HSV(B)350.22º54.76%65.88%-
XYZ20.6214.2511.56-
YUV105.22119.98172.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.15%
GREEN value IS 76 (30.08% from 255) = 22.69%
BLUE value IS 91 (35.94% from 255) = 27.16%
R=50.15%
G=22.69%
B=27.16%

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
Decimal168769100.550.460.34350.2237.747.84
HexA84C5B0372E2215e2630
Octal25011413306756425364660
Binary10101000100110010110110110111101110100010101011110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84C5B; }

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

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

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

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

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

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

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

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