#A84A5C

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

Shades of Hippie Pink #A84A5C

Tints of Hippie Pink #A84A5C

Color information

#A84A5C (or 0xA84A5C) is unknown color: approx Hippie Pink. HEX triplet: A8, 4A and 5C. RGB value is (168,74,92). Sum of RGB (Red+Green+Blue) = 168+74+92=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84A5C is #57B5A3. Grayscale: #686868. Windows color (decimal): -5748132 or 6048424. OLE color: 6048424.

HSL color Cylindrical-coordinate representation of color #A84A5C: hue angle of 348.51º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A84A5C is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB1687492-
CMYK00.560.450.34
HSL348.51º38.84%47.45%-
HSV(B)348.51º55.95%65.88%-
XYZ20.531411.74-
YUV104.16121.14173.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.30%
GREEN value IS 74 (29.30% from 255) = 22.16%
BLUE value IS 92 (36.33% from 255) = 27.54%
R=50.30%
G=22.16%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168749200.560.450.34348.5138.8447.45
HexA84A5C0382D2215d272f
Octal25011213407055425354757
Binary10101000100101010111000111000101101100010101011101100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84A5C; }

 p { color: rgb(168,74,92); }

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

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

 a { background-color: rgb(168,74,92); }

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

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

 span { border-color: rgb(168,74,92); }

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