#A84A5A

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

Shades of Hippie Pink #A84A5A

Tints of Hippie Pink #A84A5A

Color information

#A84A5A (or 0xA84A5A) is unknown color: approx Hippie Pink. HEX triplet: A8, 4A and 5A. RGB value is (168,74,90). Sum of RGB (Red+Green+Blue) = 168+74+90=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84A5A is #57B5A5. Grayscale: #676767. Windows color (decimal): -5748134 or 5917352. OLE color: 5917352.

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

Color convert

RGB1687490-
CMYK00.560.460.34
HSL349.79º38.84%47.45%-
HSV(B)349.79º55.95%65.88%-
XYZ20.4413.9611.29-
YUV103.93120.14173.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.60%
GREEN value IS 74 (29.30% from 255) = 22.29%
BLUE value IS 90 (35.55% from 255) = 27.11%
R=50.60%
G=22.29%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168749000.560.460.34349.7938.8447.45
HexA84A5A0382E2215e272f
Octal25011213207056425364757
Binary10101000100101010110100111000101110100010101011110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84A5A; }

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

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

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

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

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

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

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

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