#A84A53

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

Shades of Hippie Pink #A84A53

Tints of Hippie Pink #A84A53

Color information

#A84A53 (or 0xA84A53) is unknown color: approx Hippie Pink. HEX triplet: A8, 4A and 53. RGB value is (168,74,83). Sum of RGB (Red+Green+Blue) = 168+74+83=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84A53 is #57B5AC. Grayscale: #676767. Windows color (decimal): -5748141 or 5458600. OLE color: 5458600.

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

Color convert

RGB1687483-
CMYK00.560.510.34
HSL354.26º38.84%47.45%-
HSV(B)354.26º55.95%65.88%-
XYZ20.1613.859.79-
YUV103.13116.64174.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.69%
GREEN value IS 74 (29.30% from 255) = 22.77%
BLUE value IS 83 (32.81% from 255) = 25.54%
R=51.69%
G=22.77%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168748300.560.510.34354.2638.8447.45
HexA84A530383322162272f
Octal25011212307063425424757
Binary10101000100101010100110111000110011100010101100010100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84A53; }

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

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

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

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

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

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

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

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